Changeset 6252 in orxonox.OLD for branches/network/src/lib
- Timestamp:
- Dec 21, 2005, 4:43:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/synchronizeable.cc
r6251 r6252 32 32 hostID = NetworkManager::getInstance()->getHostID(); 33 33 this->setIsServer(this->hostID == 0); 34 PRINTF(0)("sync created,id %i\n", this->hostID);35 34 uniqueID = -1; 36 35 this->networkStream = NULL; 37 //state = ?;38 39 36 } 40 37
Note: See TracChangeset
for help on using the changeset viewer.