Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 2:09:33 PM (16 years ago)
Author:
scheusso
Message:

reverted some changes from previous version

File:
1 edited

Legend:

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

    r1355 r1361  
    7070    bool setPeer(ENetPeer *peer);
    7171    bool setGamestateID(int id);
    72     bool setPartialGamestateID(int id);
    7372    inline void setShipID(int id){ShipID_=id;}
    7473   
     
    7776    int getID();
    7877    int getGamestateID();
    79     int getPartialGamestateID();
    8078    ENetPeer *getPeer();
    8179    bool getHead();
     
    109107    int clientID_;
    110108    int gamestateID_;
    111     int partialGamestateID_;
    112109    int ShipID_;   // this is the unique objectID
    113110    bool synched_;
Note: See TracChangeset for help on using the changeset viewer.