diff options
| author | savander <savander.pl@gmail.com> | 2014-11-07 17:24:32 +0100 |
|---|---|---|
| committer | savander <savander.pl@gmail.com> | 2014-11-07 17:24:32 +0100 |
| commit | 6e77966e93fefa3fe965721f81ea3b9be85c755a (patch) | |
| tree | 597a101284a888e153c58c430079dd2792821ed8 /src/engine/shared/protocol.h | |
| parent | 4f8d463263590581d88ce2eeae4d6f0886675f55 (diff) | |
| download | zcatch-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.h | 8 |
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 |