Changeset 9335 in orxonox.OLD for branches/proxy/src/lib/network/shared_network_data.cc
- Timestamp:
- Jul 19, 2006, 11:09:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/shared_network_data.cc
r9327 r9335 35 35 this->hostID = -1; 36 36 this->defaultSyncStream = NULL; 37 this->newUniqueID = SharedNetworkData::getInstance()->getMaxPlayer()+ 2;37 this->newUniqueID = NET_MAX_CONNECTIONS + 2; 38 38 this->nodeType = NET_CLIENT; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.