[Orxonox-commit 1603] r6321 - code/branches/presentation2/src/orxonox/items

scheusso at orxonox.net scheusso at orxonox.net
Fri Dec 11 02:05:58 CET 2009


Author: scheusso
Date: 2009-12-11 02:05:58 +0100 (Fri, 11 Dec 2009)
New Revision: 6321

Modified:
   code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
Log:
small fix

Modified: code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
===================================================================
--- code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc	2009-12-11 01:05:00 UTC (rev 6320)
+++ code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc	2009-12-11 01:05:58 UTC (rev 6321)
@@ -108,7 +108,7 @@
         if (this->getShip())
         {
 //             if (this->getShip()->hasLocalController())
-            if (GameMode::isMaster() && this->getShip()->hasLocalController())
+            if (GameMode::isMaster() && this->getShip()->getController())
             {
                 this->setSyncMode(ObjectDirection::Bidirectional);
 




More information about the Orxonox-commit mailing list