X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetserv.h;h=69d242026761b21297aa98bbceb224c7d4668aa9;hb=c020bbb83dd5b52a353fa867d7746a43eb5e6ffc;hp=55ebf8e901d649139c997b38ca5f06bb31a6a65b;hpb=3d236f777bca55fef0f6b23122b6affd0f424249;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