Changeset 9656 in orxonox.OLD for trunk/src/lib/network/proxy
- Timestamp:
- Aug 4, 2006, 11:01:28 PM (18 years ago)
- Location:
- trunk/src/lib/network/proxy
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/proxy/network_settings.cc
r9494 r9656 87 87 // setUniqueID( maxCon+2 ) because we need one id for every handshake 88 88 // and one for handshake to reject client maxCon+1 89 SharedNetworkData::getInstance()->setNewUniqueID( this->maxPlayer + 2); 89 // NEW: at most there will be 90 SharedNetworkData::getInstance()->setNewUniqueID( this->maxPlayer + NET_ID_PROXY_MAX + 2); 90 91 } 91 92
Note: See TracChangeset
for help on using the changeset viewer.