- Timestamp:
- Dec 4, 2017, 4:13:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.cc
r11631 r11635 138 138 139 139 int FlappyOrxShip::timeUntilRespawn(){ 140 return 1-time(0)+deathTime;140 return 2-time(0)+deathTime; 141 141 } 142 142 … … 170 170 171 171 deathTime = time(0); 172 173 //orxout()<<"death time: "<<deathTime<<std::endl;174 172 Vector3 pos = getPosition(); 175 173 pos.x = 0;
Note: See TracChangeset
for help on using the changeset viewer.