Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 4:08:30 PM (10 years ago)
Author:
zifloria
Message:

hbskdjbs

File:
1 edited

Legend:

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

    r9854 r9858  
    6868            int getMultiplier(){return this->multiplier;}
    6969
    70             void costLife(){lives--; if (lives <= 0) end();};
     70            void costLife();
    7171            void levelUp(){level++;}
    7272            void addPoints(int numPoints){point += numPoints * multiplier; b_combo = true;}
Note: See TracChangeset for help on using the changeset viewer.