Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2006, 3:10:55 PM (18 years ago)
Author:
patrick
Message:

newtork: now only entities created on the server get a valiable uniqueID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.cc

    r6672 r6673  
    439439  for (SynchronizeableList::iterator it = synchronizeables.begin(); it!=synchronizeables.end(); it++)
    440440  {
    441     //if( (*it)->beSynchronized() == true)
     441    if( (*it)->beSynchronized() == true)
    442442      PRINT(0)("  Synchronizeable of class: %s::%s, with unique ID: %i, Synchronize: %i\n", (*it)->getClassName(), (*it)->getName(),
    443443               (*it)->getUniqueID(), (*it)->beSynchronized());
Note: See TracChangeset for help on using the changeset viewer.