[Orxonox-commit 117] r2810 - branches/ggz/src/orxonox/objects/worldentities/pawns

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


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

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

Modified: branches/ggz/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
===================================================================
--- branches/ggz/src/orxonox/objects/worldentities/pawns/SpaceShip.cc	2009-03-21 14:14:46 UTC (rev 2809)
+++ branches/ggz/src/orxonox/objects/worldentities/pawns/SpaceShip.cc	2009-03-21 14:27:40 UTC (rev 2810)
@@ -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