Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2008, 5:06:24 PM (17 years ago)
Author:
scheusso
Message:

sync frequencies do work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/GamestateClient.h

    r1763 r1769  
    6262    bool ack(int gamestateID, int clientID);
    6363
    64     int processGamestates();
     64    bool processGamestates();
    6565    packet::Gamestate *getGamestate();
    6666    void cleanup();
     
    6969    void removeObject(orxonox::ObjectListIterator<Synchronisable> &it);
    7070    void printGamestateMap();
     71    bool sendAck(unsigned int gamestateID);
    7172    bool saveShipCache();
    7273    bool loadShipCache();
Note: See TracChangeset for help on using the changeset viewer.