Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2156


Ignore:
Timestamp:
Nov 8, 2008, 5:25:43 PM (15 years ago)
Author:
scheusso
Message:

standalone mode should be working again now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/network/Synchronisable.cc

    r2153 r2156  
    6969    objectFrequency_=1;
    7070    objectMode_=0x1; // by default do not send data to server
    71     if(Host::running() && Host::isServer())
     71    if ( !Host::running() || ( Host::running() && Host::isServer() ) )
    7272    {
    7373      this->objectID = idCounter++; //this is only needed when running a server
Note: See TracChangeset for help on using the changeset viewer.