Changeset 9347 in orxonox.OLD for branches/proxy/src/lib/network/shared_network_data.cc
- Timestamp:
- Jul 20, 2006, 11:43:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/shared_network_data.cc
r9110 r9347 35 35 this->hostID = -1; 36 36 this->defaultSyncStream = NULL; 37 this->newUniqueID = MAX_CONNECTIONS + 2;38 this-> bGameServer = false;37 this->newUniqueID = NET_MAX_CONNECTIONS + 2; 38 this->nodeType = NET_CLIENT; 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.