X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetserv.h;h=67bab2284dd4da847b7305532ada28e39b6dad99;hb=8921d90e18b6291cd3f8109da74b267fd1cc8d10;hp=9fd230c21772e7780729574d960a45e23992dc07;hpb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;p=rocksndiamonds.git diff --git a/src/netserv.h b/src/netserv.h index 9fd230c2..67bab228 100644 --- a/src/netserv.h +++ b/src/netserv.h @@ -14,29 +14,29 @@ #include "main.h" -#define DEFAULT_SERVER_PORT 19504 - -#define PROTOCOL_VERSION_MAJOR 2 -#define PROTOCOL_VERSION_MINOR 0 -#define PROTOCOL_VERSION_PATCH 0 - -#define OP_PROTOCOL_VERSION 1 -#define OP_BAD_PROTOCOL_VERSION 2 -#define OP_YOUR_NUMBER 3 -#define OP_NUMBER_WANTED 4 -#define OP_PLAYER_NAME 5 -#define OP_PLAYER_CONNECTED 6 -#define OP_PLAYER_DISCONNECTED 7 -#define OP_START_PLAYING 8 -#define OP_PAUSE_PLAYING 9 -#define OP_CONTINUE_PLAYING 10 -#define OP_STOP_PLAYING 11 -#define OP_MOVE_PLAYER 12 -#define OP_BROADCAST_MESSAGE 13 -#define OP_LEVEL_FILE 14 - -#define MAX_BUFFER_SIZE 4096 -#define MAX_PACKET_SIZE 1048576 +#define DEFAULT_SERVER_PORT 19504 + +#define PROTOCOL_VERSION_MAJOR 2 +#define PROTOCOL_VERSION_MINOR 0 +#define PROTOCOL_VERSION_PATCH 0 + +#define OP_PROTOCOL_VERSION 1 +#define OP_BAD_PROTOCOL_VERSION 2 +#define OP_YOUR_NUMBER 3 +#define OP_NUMBER_WANTED 4 +#define OP_PLAYER_NAME 5 +#define OP_PLAYER_CONNECTED 6 +#define OP_PLAYER_DISCONNECTED 7 +#define OP_START_PLAYING 8 +#define OP_PAUSE_PLAYING 9 +#define OP_CONTINUE_PLAYING 10 +#define OP_STOP_PLAYING 11 +#define OP_MOVE_PLAYER 12 +#define OP_BROADCAST_MESSAGE 13 +#define OP_LEVEL_FILE 14 + +#define MAX_BUFFER_SIZE 4096 +#define MAX_PACKET_SIZE 1048576 struct NetworkBuffer