Changeset 9290 in orxonox.OLD for branches/proxy/src/lib/network/shared_network_data.cc
- Timestamp:
- Jul 14, 2006, 12:19:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/shared_network_data.cc
r9257 r9290 35 35 this->hostID = -1; 36 36 this->defaultSyncStream = NULL; 37 this->newUniqueID = MAX_CONNECTIONS + 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.