Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

yeaHHH

File:
1 edited

Legend:

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

    r9837 r9854  
    6666            int getLevel(){return this->level;}
    6767            int getPoints(){return this->point;}
     68            int getMultiplier(){return this->multiplier;}
    6869
    6970            void costLife(){lives--; if (lives <= 0) end();};
Note: See TracChangeset for help on using the changeset viewer.