Changeset 9946
- Timestamp:
- Jan 3, 2014, 2:46:02 PM (11 years ago)
- Location:
- code/trunk/src/orxonox/worldentities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/BigExplosion.cc
r9939 r9946 188 188 // 189 189 ParticleSpawner* effect = new ParticleSpawner(this->getContext()); 190 orxout() << "vel " << this->getVelocity() << endl;191 190 // effect->setVelocity(this->getVelocity()); 192 191 effect->setDestroyAfterLife(true); -
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.