Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6252 in orxonox.OLD


Ignore:
Timestamp:
Dec 21, 2005, 4:43:24 PM (18 years ago)
Author:
patrick
Message:

network: less output

File:
1 edited

Legend:

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

    r6251 r6252  
    3232  hostID = NetworkManager::getInstance()->getHostID();
    3333  this->setIsServer(this->hostID == 0);
    34   PRINTF(0)("sync created,id %i\n", this->hostID);
    3534  uniqueID = -1;
    3635  this->networkStream = NULL;
    37   //state = ?;
    38 
    3936}
    4037
Note: See TracChangeset for help on using the changeset viewer.