Changeset 7088 in orxonox.OLD for trunk/src/util
- Timestamp:
- Feb 7, 2006, 5:19:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/multiplayer_team_deathmatch.cc
r7082 r7088 126 126 { 127 127 this->timeout += dt; 128 PRINTF(0)("TICK DEATH: %f of %f\n", dt, this->timeout);128 PRINTF(0)("TICK DEATH: %f of %f\n", this->timeout, this->deathTimeout); 129 129 // long enough dead? 130 130 if( this->timeout >= this->deathTimeout)
Note: See TracChangeset
for help on using the changeset viewer.