- Timestamp:
- Dec 16, 2013, 1:33:09 PM (11 years ago)
- Location:
- code/branches/presentationHS13
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13
- Property svn:mergeinfo changed
/code/branches/invaders (added) merged: 9694,9698,9701-9702,9709,9724-9725,9744,9777,9793,9828-9829,9837,9854,9858-9859,9862,9866,9868-9869,9871,9874-9875,9879,9884
- Property svn:mergeinfo changed
-
code/branches/presentationHS13/src/orxonox/worldentities/pawns/Pawn.cc
r9667 r9900 365 365 this->setDestroyWhenPlayerLeft(false); 366 366 367 BigExplosion* chunk = new BigExplosion(this->getContext()); 367 orxout() << "big explosion: " << this->getVelocity() << endl; 368 BigExplosion* chunk = new BigExplosion(this->getContext(), this->getVelocity()); 368 369 chunk->setPosition(this->getPosition()); 370 // chunk->setVelocity(this->getVelocity()); 369 371 370 372 } … … 376 378 effect->setPosition(this->getPosition()); 377 379 effect->setOrientation(this->getOrientation()); 380 effect->setVelocity(this->getVelocity()); 378 381 effect->setDestroyAfterLife(true); 379 382 effect->setSource("Orxonox/explosion2b"); … … 384 387 effect->setPosition(this->getPosition()); 385 388 effect->setOrientation(this->getOrientation()); 389 effect->setVelocity(this->getVelocity()); 386 390 effect->setDestroyAfterLife(true); 387 391 effect->setSource("Orxonox/smoke6"); … … 392 396 effect->setPosition(this->getPosition()); 393 397 effect->setOrientation(this->getOrientation()); 398 effect->setVelocity(this->getVelocity()); 394 399 effect->setDestroyAfterLife(true); 395 400 effect->setSource("Orxonox/sparks");
Note: See TracChangeset
for help on using the changeset viewer.