- Timestamp:
- Nov 23, 2015, 3:46:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/explosionChunksHS15/src/orxonox/worldentities/pawns/Pawn.cc
r10810 r10837 390 390 explosionPartList_.back()->setPosition(this->getPosition()); 391 391 explosionPartList_.back()->setVelocity(this->getVelocity()); 392 explosionPartList_.back()->setOrientation(this->getOrientation()); 392 393 explosionPartList_.back()->Explode(); 393 394 explosionPartList_.pop_back();
Note: See TracChangeset
for help on using the changeset viewer.