Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 1:38:19 AM (16 years ago)
Author:
scheusso
Message:

synchronising of classid↔classname works now

File:
1 edited

Legend:

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

    r444 r636  
    4848  ClientInformation *findClient(int clientID, bool look_backwards=false);
    4949  ClientInformation *findClient(ENetAddress *address, bool look_backwards=false);
     50 
     51  void setSynched(bool s);
     52  bool getSynched();
     53 
    5054  bool head;
    5155 
     
    5761  int clientID_;
    5862  int gamestateID_;
     63  bool synched_;
    5964};
    6065
Note: See TracChangeset for help on using the changeset viewer.