- Timestamp:
- Nov 20, 2017, 3:26:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.cc
r11566 r11576 131 131 if(isDead){ 132 132 isDead = false; 133 getGame()-> bIsDead = false;133 getGame()->setDead(false); 134 134 } 135 135 isFlapping=boost;
Note: See TracChangeset
for help on using the changeset viewer.