- Timestamp:
- Feb 16, 2018, 12:37:37 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/flappyorx/FlappyOrxShip.cc
r11754 r11755 137 137 } 138 138 139 int FlappyOrxShip::timeUntilRespawn(){139 time_t FlappyOrxShip::timeUntilRespawn(){ 140 140 return 2-time(0)+deathTime; 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.