- Timestamp:
- Dec 14, 2008, 3:53:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2422 r2438 160 160 this->bAlive_ = false; 161 161 162 this->setDestroyWhenPlayerLeft(false); 163 162 164 if (this->getGametype()) 163 165 this->getGametype()->pawnKilled(this, this->lastHitOriginator_); 164 165 this->setDestroyWhenPlayerLeft(false);166 166 167 167 if (this->getPlayer())
Note: See TracChangeset
for help on using the changeset viewer.