Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 13, 2009, 2:25:04 PM (15 years ago)
Author:
rgrieder
Message:
  • Fixed stupid bug in MobileEntity.h
  • Removed a compiler warning
File:
1 edited

Legend:

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

    r2965 r2975  
    3838  const int CLIENTID_SERVER = 0;
    3939  const unsigned int NETWORK_FREQUENCY = 25;
    40   const float NETWORK_PERIOD = 1./NETWORK_FREQUENCY;
     40  const float NETWORK_PERIOD = 1.0f/NETWORK_FREQUENCY;
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.