Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-10 18:11:03 +0000
committerStijn Buys <ingar@osirion.org>2012-10-10 18:11:03 +0000
commit54c29f6e8ae8f504e455de79ecbb1a16d0e634a1 (patch)
tree732330a1049b06a18ad7c71e5a95c7c92500eaeb /src/core/net.h
parent90be07acb8d2a2c481761ef754d938559510ae0f (diff)
Added zone info parameters to the zone update network message, updated the network protocol version to 24.
Diffstat (limited to 'src/core/net.h')
-rw-r--r--src/core/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net.h b/src/core/net.h
index 8f3175d..0e36806 100644
--- a/src/core/net.h
+++ b/src/core/net.h
@@ -11,7 +11,7 @@ namespace core
{
/// network protocol version
-const unsigned int PROTOCOLVERSION = 23;
+const unsigned int PROTOCOLVERSION = 24;
/// maximum lenght of a (compressed) network message block
const unsigned int FRAMESIZE = 1152;