Changeset 9950 for code/trunk/src/orxonox/worldentities
- Timestamp:
- Jan 3, 2014, 3:25:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
r9949 r9950 392 392 effect->setPosition(this->getPosition()); 393 393 effect->setOrientation(this->getOrientation()); 394 effect->setVelocity(this->getVelocity());395 394 effect->setDestroyAfterLife(true); 396 395 effect->setSource("Orxonox/explosion2b"); … … 401 400 effect->setPosition(this->getPosition()); 402 401 effect->setOrientation(this->getOrientation()); 403 effect->setVelocity(this->getVelocity());404 402 effect->setDestroyAfterLife(true); 405 403 effect->setSource("Orxonox/smoke6"); … … 410 408 effect->setPosition(this->getPosition()); 411 409 effect->setOrientation(this->getOrientation()); 412 effect->setVelocity(this->getVelocity());413 410 effect->setDestroyAfterLife(true); 414 411 effect->setSource("Orxonox/sparks");
Note: See TracChangeset
for help on using the changeset viewer.