Changeset 7079 in orxonox.OLD for trunk/src/util
- Timestamp:
- Feb 7, 2006, 4:18:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/multiplayer_team_deathmatch.cc
r7044 r7079 125 125 { 126 126 this->timeout += dt; 127 127 PRINTF(0)("TICK DEATH\n"); 128 128 // long enough dead? 129 129 if( this->timeout >= this->deathTimeout) … … 131 131 this->timeout = 0.0f; 132 132 // respawn 133 PRINTF(0)("RESPAWN\n"); 133 134 (State::getPlayer())->getPlayable()->respawn(); 134 135 }
Note: See TracChangeset
for help on using the changeset viewer.