Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7088 in orxonox.OLD


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

trunk: working on respawn bug

Location:
trunk/src
Files:
2 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)
  • trunk/src/world_entities/playable.cc

    r7085 r7088  
    150150  this->reset();
    151151
     152
    152153  if( this->getOwner() % 2 == 0)
    153154  {
     
    160161    this->toList(OM_GROUP_01);
    161162    this->setAbsCoor(-314.450, 40.701, 83.554);
    162     this->setAbsDir(Quaternion(0.0, 0.0, 0.0));
    163   }
    164 }
     163    this->setAbsDir(0, 0, 1, 0);
     164  }
     165}
     166
    165167
    166168
Note: See TracChangeset for help on using the changeset viewer.