Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2015, 2:39:05 PM (9 years ago)
Author:
frovelli
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/multiplayerFS15/src/libraries/network/MasterServerProtocol.h

    r10427 r10447  
    4444
    4545
    46 
    47 
    4846/*** GAME SERVER COMMUNICATIONS ***/
    4947/* Game server token (shows that the party sending data is a game server) */
     
    7775#define MSPROTO_ACK_LEN 3
    7876
     77/* server name */
    7978#define MSPROTO_SET_NAME "NAM"
    8079#define MSPROTO_SET_NAME_LEN 3
    8180
     81/* server number of clients */
    8282#define MSPROTO_SET_CLIENTS "CLI"
    8383#define MSPROTO_SET_CLIENTS_LEN 3
Note: See TracChangeset for help on using the changeset viewer.