Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 2:08:46 PM (12 years ago)
Author:
zifloria
Message:

new Explosions!!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/Invader.h

    r9829 r9837  
    6767            int getPoints(){return this->point;}
    6868
    69             void costLife(){lives--; if (lives == 0) orxout() << "end<<<<<<<<<<<<<<<<<" << endl;};
     69            void costLife(){lives--; if (lives <= 0) end();};
    7070            void levelUp(){level++;}
    7171            void addPoints(int numPoints){point += numPoints * multiplier; b_combo = true;}
Note: See TracChangeset for help on using the changeset viewer.