Changeset 9282 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.cc
- Timestamp:
- Jul 14, 2006, 12:06:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.cc
r9252 r9282 44 44 this->userId = 0; 45 45 this->nodeType = NET_CLIENT; 46 this->isMasterServer = false;47 this->isProxyServer = false;48 this->isClient = false;49 46 this->socket = NULL; 50 47 this->handshake = NULL;
Note: See TracChangeset
for help on using the changeset viewer.