Changeset 9596 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 29, 2006, 12:59:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/proxy/network_settings.cc
r9595 r9596 88 88 // and one for handshake to reject client maxCon+1 89 89 // NEW: at most there will be 90 SharedNetworkData::getInstance()->setNewUniqueID( this->maxPlayer + 2);90 SharedNetworkData::getInstance()->setNewUniqueID( this->maxPlayer + NET_ID_PROXY_MAX + 2); 91 91 } 92 92
Note: See TracChangeset
for help on using the changeset viewer.