Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7085 in orxonox.OLD for trunk/src/world_entities/playable.cc


Ignore:
Timestamp:
Feb 7, 2006, 4:51:47 PM (18 years ago)
Author:
patrick
Message:

trunk: entity is reset now after death

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r7082 r7085  
    148148    State::getGameRules()->onPlayerSpawn();
    149149
     150  this->reset();
     151
    150152  if( this->getOwner() % 2 == 0)
    151153  {
     
    157159  {
    158160    this->toList(OM_GROUP_01);
    159     this->toList(OM_GROUP_01);
    160161    this->setAbsCoor(-314.450, 40.701, 83.554);
     162    this->setAbsDir(Quaternion(0.0, 0.0, 0.0));
    161163  }
    162164}
Note: See TracChangeset for help on using the changeset viewer.