Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2008, 11:44:01 PM (16 years ago)
Author:
scheusso
Message:

fixed a 'bug' in WE-Model-Spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network3/src/network/ConnectionManager.h

    r1245 r1261  
    8686    bool sendPackets();
    8787    bool createClient(int clientID);
     88    void disconnectClient(ClientInformation *client);
    8889
    8990  private:
     
    99100    ENetPeer *getClientPeer(int clientID);
    100101    bool createShip(ClientInformation *client);
     102    bool removeShip(ClientInformation *client);
    101103    bool sendWelcome(int clientID, int shipID, bool allowed);
    102104    bool addFakeConnectRequest(ENetEvent *ev);
Note: See TracChangeset for help on using the changeset viewer.