Changeset 6321 for code/branches/presentation2/src
- Timestamp:
- Dec 11, 2009, 2:05:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
r6314 r6321 109 109 { 110 110 // if (this->getShip()->hasLocalController()) 111 if (GameMode::isMaster() && this->getShip()-> hasLocalController())111 if (GameMode::isMaster() && this->getShip()->getController()) 112 112 { 113 113 this->setSyncMode(ObjectDirection::Bidirectional);
Note: See TracChangeset
for help on using the changeset viewer.