Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 1:35:29 AM (18 years ago)
Author:
patrick
Message:

network: some more degbug ability for pnode, started work on water synchronization

File:
1 edited

Legend:

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

    r6683 r6685  
    3939  this->hostID = SharedNetworkData::getInstance()->getHostID();
    4040  this->setIsServer(this->hostID == 0);
    41   this->uniqueID = -1;
     41  this->uniqueID = NET_UID_UNASSIGNED;
    4242  this->networkStream = NULL;
    4343  this->setRequestedSync( false );
Note: See TracChangeset for help on using the changeset viewer.