- Timestamp:
- Feb 17, 2018, 11:43:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/flappyorx/FlappyOrxShip.cc
r11755 r11759 49 49 RegisterObject(FlappyOrxShip); 50 50 51 51 isFlapping = false; 52 52 isDead = true; 53 deathTime = 0; 54 53 speed = 0; 54 upwardThrust = 0; 55 gravity = 0; 55 56 particleLifespan = 0.1; 56 57 particleAge = 0; 58 deathTime = 0; 57 59 58 60 particlespawner_ = NULL;
Note: See TracChangeset
for help on using the changeset viewer.