From 6e77966e93fefa3fe965721f81ea3b9be85c755a Mon Sep 17 00:00:00 2001 From: savander Date: Fri, 7 Nov 2014 17:24:32 +0100 Subject: Remove: t / ti, Added Whisper system from DDnet by deen --- src/engine/shared/protocol.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/engine/shared/protocol.h') diff --git a/src/engine/shared/protocol.h b/src/engine/shared/protocol.h index ba04da8a..14cac9f7 100644 --- a/src/engine/shared/protocol.h +++ b/src/engine/shared/protocol.h @@ -59,6 +59,7 @@ enum NETMSG_RCON_AUTH, // NETMSG_REQUEST_MAP_DATA,// + NETMSG_AUTH_START, // NETMSG_AUTH_RESPONSE, // @@ -93,5 +94,12 @@ enum MSGFLAG_RECORD=8, MSGFLAG_NOSEND=16 }; +enum +{ + VERSION_VANILLA = 0, + VERSION_DDRACE = 1, + VERSION_DDNET_OLD = 2, + VERSION_DDNET_WHISPER = 217, +}; #endif -- cgit 1.4.1