Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7088 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Feb 7, 2006, 5:19:50 PM (19 years ago)
Author:
patrick
Message:

trunk: working on respawn bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/multiplayer_team_deathmatch.cc

    r7082 r7088  
    126126  {
    127127    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);
    129129    // long enough dead?
    130130    if( this->timeout >= this->deathTimeout)
Note: See TracChangeset for help on using the changeset viewer.