[Orxonox-commit 119] r2812 - branches/map/src/orxonox/objects/worldentities/pawns

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


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

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

Modified: branches/map/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
===================================================================
--- branches/map/src/orxonox/objects/worldentities/pawns/SpaceShip.cc	2009-03-21 14:27:49 UTC (rev 2811)
+++ branches/map/src/orxonox/objects/worldentities/pawns/SpaceShip.cc	2009-03-21 14:27:58 UTC (rev 2812)
@@ -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