- Timestamp:
- Nov 26, 2014, 3:59:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRace.h
r10124 r10135 74 74 virtual void end(); 75 75 76 virtual void tick(float dt); 77 76 78 void levelUp(); 77 79 … … 93 95 int lives; 94 96 int multiplier; 97 int counter; 98 int currentPosition; 99 int lastPosition; 95 100 96 101 private:
Note: See TracChangeset
for help on using the changeset viewer.