Changeset 9388 in orxonox.OLD for branches/proxy/src/lib/network/shared_network_data.h
- Timestamp:
- Jul 21, 2006, 2:40:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/shared_network_data.h
r9387 r9388 40 40 41 41 /** @returns the maximum number of players for this server */ 42 inline int getMaxPlayer() { return /*ProxySettings::getInstance()->getMaxPlayer()*/NET_MAX_CONNECTIONS; }42 inline int getMaxPlayer() { return ProxySettings::getInstance()->getMaxPlayer(); } 43 43 44 44 /** @returns the hostID of the node */
Note: See TracChangeset
for help on using the changeset viewer.