Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2011, 2:05:27 PM (13 years ago)
Author:
scheusso
Message:

fixed a network problem with SpaceBoundaries
please don't use new on synchronisables without restricting to server or setting syncMode to None

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/pickup/PickupRepresentation.cc

    r8079 r8694  
    5757
    5858        this->initialize();
    59         this->setSyncMode(0x0); // The default PickupRperesentation created by each PickupManager is not synchronised, since it only exists locally.
     59        this->setSyncMode(ObjectDirection::None); // The default PickupRperesentation created by each PickupManager is not synchronised, since it only exists locally.
    6060    }
    6161
Note: See TracChangeset for help on using the changeset viewer.