Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2009, 10:58:40 AM (15 years ago)
Author:
rgrieder
Message:

Build fixes (X11 defines the None macro…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/network/Host.h

    r3084 r3150  
    3636namespace orxonox {
    3737
    38   const int CLIENTID_SERVER = 0;
     38  const unsigned int CLIENTID_SERVER = 0;
    3939  const unsigned int NETWORK_FREQUENCY = 30;
    4040  const float NETWORK_PERIOD = 1.0f/NETWORK_FREQUENCY;
Note: See TracChangeset for help on using the changeset viewer.