Changeset 9946 for code/trunk/src/orxonox/worldentities/pawns
- Timestamp:
- Jan 3, 2014, 2:46:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
r9945 r9946 381 381 this->setDestroyWhenPlayerLeft(false); 382 382 383 orxout() << "big explosion: " << this->getVelocity() << endl;384 383 BigExplosion* chunk = new BigExplosion(this->getContext(), this->getVelocity()); 385 384 chunk->setPosition(this->getPosition());
Note: See TracChangeset
for help on using the changeset viewer.