- Timestamp:
- Apr 15, 2009, 5:03:58 PM (16 years ago)
- Location:
- code/branches/pickups2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickups2
- Property svn:mergeinfo changed
/code/branches/pickups merged: 2828,2831,2864,2900 -
Property
svn:ignore
set to
build
dependencies
- Property svn:mergeinfo changed
-
code/branches/pickups2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2904 r2917 61 61 this->spawnparticleduration_ = 3.0f; 62 62 63 this->getPick Up().setPlayer(this);63 this->getPickups().setOwner(this); 64 64 65 65 if (GameMode::isMaster()) … … 205 205 this->setDestroyWhenPlayerLeft(false); 206 206 207 this->dropItems(); 208 207 209 if (this->getGametype()) 208 210 this->getGametype()->pawnKilled(this, this->lastHitOriginator_); … … 266 268 void Pawn::dropItems() 267 269 { 268 pickUp.eraseAll();270 this->getPickups().clear(); 269 271 } 270 272
Note: See TracChangeset
for help on using the changeset viewer.