about summary refs log tree commit diff
path: root/src/engine/shared/protocol.h
diff options
context:
space:
mode:
authorsavander <savander.pl@gmail.com>2014-11-07 17:24:32 +0100
committersavander <savander.pl@gmail.com>2014-11-07 17:24:32 +0100
commit6e77966e93fefa3fe965721f81ea3b9be85c755a (patch)
tree597a101284a888e153c58c430079dd2792821ed8 /src/engine/shared/protocol.h
parent4f8d463263590581d88ce2eeae4d6f0886675f55 (diff)
downloadzcatch-6e77966e93fefa3fe965721f81ea3b9be85c755a.tar.gz
zcatch-6e77966e93fefa3fe965721f81ea3b9be85c755a.zip
Remove: t / ti, Added Whisper system from DDnet by deen
Diffstat (limited to 'src/engine/shared/protocol.h')
-rw-r--r--src/engine/shared/protocol.h8
1 files changed, 8 insertions, 0 deletions
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