[Orxonox-commit 5283] r9946 - in code/trunk/src/orxonox/worldentities: . pawns
landauf at orxonox.net
landauf at orxonox.net
Fri Jan 3 14:46:02 CET 2014
Author: landauf
Date: 2014-01-03 14:46:02 +0100 (Fri, 03 Jan 2014)
New Revision: 9946
Modified:
code/trunk/src/orxonox/worldentities/BigExplosion.cc
code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
Log:
removed debug output
Modified: code/trunk/src/orxonox/worldentities/BigExplosion.cc
===================================================================
--- code/trunk/src/orxonox/worldentities/BigExplosion.cc 2014-01-03 12:50:22 UTC (rev 9945)
+++ code/trunk/src/orxonox/worldentities/BigExplosion.cc 2014-01-03 13:46:02 UTC (rev 9946)
@@ -187,7 +187,6 @@
// TODO: particleSpawner is a static entity. It should probably be dynamic, for better explosions.
//
ParticleSpawner* effect = new ParticleSpawner(this->getContext());
- orxout() << "vel " << this->getVelocity() << endl;
// effect->setVelocity(this->getVelocity());
effect->setDestroyAfterLife(true);
effect->setSource("Orxonox/explosion2b");
Modified: code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
===================================================================
--- code/trunk/src/orxonox/worldentities/pawns/Pawn.cc 2014-01-03 12:50:22 UTC (rev 9945)
+++ code/trunk/src/orxonox/worldentities/pawns/Pawn.cc 2014-01-03 13:46:02 UTC (rev 9946)
@@ -380,7 +380,6 @@
this->bAlive_ = false;
this->setDestroyWhenPlayerLeft(false);
- orxout() << "big explosion: " << this->getVelocity() << endl;
BigExplosion* chunk = new BigExplosion(this->getContext(), this->getVelocity());
chunk->setPosition(this->getPosition());
// chunk->setVelocity(this->getVelocity());
More information about the Orxonox-commit
mailing list