Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2009, 9:39:38 PM (16 years ago)
Author:
scheusso
Message:

it is now possible to send packets/network function calls to all clients by passing CLIENTID_UNKNOWN as clientID

File:
1 edited

Legend:

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

    r3084 r3093  
    7676    bool quitListener();
    7777    static bool addPacket(ENetPacket *packet, ENetPeer *peer);
    78     static bool addPacket(ENetPacket *packet, int ID);
     78    static bool addPacket(ENetPacket *packet, unsigned int ID);
    7979    static bool addPacketAll(ENetPacket *packet);
    8080    bool sendPackets();
Note: See TracChangeset for help on using the changeset viewer.