Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6321


Ignore:
Timestamp:
Dec 11, 2009, 2:05:58 AM (14 years ago)
Author:
scheusso
Message:

small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc

    r6314 r6321  
    109109        {
    110110//             if (this->getShip()->hasLocalController())
    111             if (GameMode::isMaster() && this->getShip()->hasLocalController())
     111            if (GameMode::isMaster() && this->getShip()->getController())
    112112            {
    113113                this->setSyncMode(ObjectDirection::Bidirectional);
Note: See TracChangeset for help on using the changeset viewer.