X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnetserv.h;fp=src%2Fnetserv.h;h=69d242026761b21297aa98bbceb224c7d4668aa9;hb=19004e830980892c3abc3021bd1b868861836bb8;hp=55ebf8e901d649139c997b38ca5f06bb31a6a65b;hpb=7600b7d74df219d2a0956e03cea3af49226903c2;p=rocksndiamonds.git diff --git a/src/netserv.h b/src/netserv.h index 55ebf8e9..69d24202 100644 --- a/src/netserv.h +++ b/src/netserv.h @@ -16,9 +16,9 @@ #define DEFAULTPORT 19504 -#define PROT_VERS_1 1 -#define PROT_VERS_2 2 -#define PROT_VERS_3 0 +#define PROTOCOL_VERSION_1 1 +#define PROTOCOL_VERSION_2 2 +#define PROTOCOL_VERSION_3 0 #define OP_PROTOCOL_VERSION 1 #define OP_BAD_PROTOCOL_VERSION 2