Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2008, 11:53:31 PM (16 years ago)
Author:
landauf
Message:
  • some unsigned int conversions (except gamestatemanager)
  • small fix in Test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/network/ClientInformation.h

    r1955 r1960  
    4646#include <boost/thread/recursive_mutex.hpp>
    4747
    48 #define GAMESTATEID_INITIAL -1
    49 
    5048// WATCH OUT: THE CLIENTINFORMATION LIST IS NOT THREADSAFE ANYMORE
    5149
    5250namespace network
    5351{
     52  static const unsigned int GAMESTATEID_INITIAL = (unsigned int)-1;
    5453  static const unsigned int CLIENTID_UNKNOWN = (unsigned int)-2;
    5554
Note: See TracChangeset for help on using the changeset viewer.