diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-01-11 00:34:53 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-01-11 22:24:20 +0100 |
commit | f53a1cf0ff67b5bc11de5e28bb2d76070b019e0f (patch) | |
tree | fb5ae792612beaef91c4f5f17c3b9ee7e3beb64f /src/net/manaserv/manaserv_protocol.h | |
parent | 94692dd2abd30d36175fb3cb5225e03787713820 (diff) | |
download | mana-f53a1cf0ff67b5bc11de5e28bb2d76070b019e0f.tar.gz mana-f53a1cf0ff67b5bc11de5e28bb2d76070b019e0f.tar.bz2 mana-f53a1cf0ff67b5bc11de5e28bb2d76070b019e0f.tar.xz mana-f53a1cf0ff67b5bc11de5e28bb2d76070b019e0f.zip |
Remove the protocol version magic number.
This follows the changes made on the server.
Reviewed-by: Jaxad.
Diffstat (limited to 'src/net/manaserv/manaserv_protocol.h')
-rw-r--r-- | src/net/manaserv/manaserv_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/manaserv/manaserv_protocol.h b/src/net/manaserv/manaserv_protocol.h index 577320b6..e4beb155 100644 --- a/src/net/manaserv/manaserv_protocol.h +++ b/src/net/manaserv/manaserv_protocol.h @@ -24,6 +24,8 @@ namespace ManaServ { +enum { PROTOCOL_VERSION = 0 }; + /** * Enumerated type for communicated messages: * |