[Orxonox-commit 120] r2813 - branches/netp/src/orxonox/objects/worldentities/pawns
landauf at orxonox.net
landauf at orxonox.net
Sat Mar 21 15:28:07 CET 2009
Author: landauf
Date: 2009-03-21 14:28:07 +0000 (Sat, 21 Mar 2009)
New Revision: 2813
Modified:
branches/netp/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
Log:
fixed shooting bug
Modified: branches/netp/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
===================================================================
--- branches/netp/src/orxonox/objects/worldentities/pawns/SpaceShip.cc 2009-03-21 14:27:58 UTC (rev 2812)
+++ branches/netp/src/orxonox/objects/worldentities/pawns/SpaceShip.cc 2009-03-21 14:28:07 UTC (rev 2813)
@@ -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