- Timestamp:
- May 25, 2009, 8:30:15 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:ignore
-
old new 1 1 build 2 2 codeblocks 3 dependencies
-
- Property svn:mergeinfo changed
/code/branches/pickups merged: 2828,2831,2864,2900 /code/branches/pickups2 merged: 2916-2917,2972,3001,3016,3040-3042,3046,3063
- Property svn:ignore
-
code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc
r3053 r3073 66 66 this->spawnparticleduration_ = 3.0f; 67 67 68 this->getPick Up().setPlayer(this);68 this->getPickups().setOwner(this); 69 69 70 70 if (GameMode::isMaster()) … … 214 214 this->setDestroyWhenPlayerLeft(false); 215 215 216 this->dropItems(); 217 216 218 if (this->getGametype()) 217 219 this->getGametype()->pawnKilled(this, this->lastHitOriginator_); … … 278 280 void Pawn::dropItems() 279 281 { 280 pickUp.eraseAll();282 this->getPickups().clear(); 281 283 } 282 284
Note: See TracChangeset
for help on using the changeset viewer.