Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 11, 2018, 3:44:49 PM (6 years ago)
Author:
landauf
Message:

[Asteroid_HS17] cleanup (mostly includes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/asteroids2D/Asteroids2DShip.cc

    r11668 r11727  
    3535#include "Asteroids2DShip.h"
    3636#include "Asteroids2DStone.h"
     37#include "Asteroids2D.h"
    3738#include "core/CoreIncludes.h"
    3839
     
    4546        RegisterObject(Asteroids2DShip);
    4647
    47         isFireing = false;
     48        this->bImmune = false;
    4849        this->width = 1043;
    4950        this->height = 646;
     
    9192    void Asteroids2DShip::boost(bool bBoost)
    9293    {
    93         isFireing = bBoost;
    9494    }
    9595
Note: See TracChangeset for help on using the changeset viewer.