[Orxonox-commit 2464] r7171 - code/trunk/src/orxonox/worldentities
landauf at orxonox.net
landauf at orxonox.net
Tue Aug 17 17:47:26 CEST 2010
Author: landauf
Date: 2010-08-17 17:47:25 +0200 (Tue, 17 Aug 2010)
New Revision: 7171
Modified:
code/trunk/src/orxonox/worldentities/BigExplosion.cc
Log:
removed a strange line that changed the game speed with a console command in the destructor of BigExplosion
Modified: code/trunk/src/orxonox/worldentities/BigExplosion.cc
===================================================================
--- code/trunk/src/orxonox/worldentities/BigExplosion.cc 2010-08-17 11:01:56 UTC (rev 7170)
+++ code/trunk/src/orxonox/worldentities/BigExplosion.cc 2010-08-17 15:47:25 UTC (rev 7171)
@@ -236,8 +236,6 @@
BigExplosion::~BigExplosion()
{
- CommandExecutor::execute("setTimeFactor 1", false);
-
if (this->isInitialized())
{
if (this->debrisFire1_)
More information about the Orxonox-commit
mailing list