Changeset 3150 for code/branches/pch/src/network
- Timestamp:
- Jun 12, 2009, 10:58:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/network/Host.h
r3084 r3150 36 36 namespace orxonox { 37 37 38 const int CLIENTID_SERVER = 0;38 const unsigned int CLIENTID_SERVER = 0; 39 39 const unsigned int NETWORK_FREQUENCY = 30; 40 40 const float NETWORK_PERIOD = 1.0f/NETWORK_FREQUENCY;
Note: See TracChangeset
for help on using the changeset viewer.