[Orxonox-commit 118] r2811 - branches/gui/src/orxonox/objects/worldentities/pawns

landauf at orxonox.net landauf at orxonox.net
Sat Mar 21 15:27:50 CET 2009


Author: landauf
Date: 2009-03-21 14:27:49 +0000 (Sat, 21 Mar 2009)
New Revision: 2811

Modified:
   branches/gui/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
Log:
fixed shooting bug

Modified: branches/gui/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
===================================================================
--- branches/gui/src/orxonox/objects/worldentities/pawns/SpaceShip.cc	2009-03-21 14:27:40 UTC (rev 2810)
+++ branches/gui/src/orxonox/objects/worldentities/pawns/SpaceShip.cc	2009-03-21 14:27:49 UTC (rev 2811)
@@ -116,7 +116,7 @@
 
     void SpaceShip::tick(float dt)
     {
-        ControllableEntity::tick(dt);
+        SUPER(SpaceShip, tick, dt);
 
         if (this->hasLocalController())
         {




More information about the Orxonox-commit mailing list