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-01-06 18:27:13 +0000
committerStijn Buys <ingar@osirion.org>2012-01-06 18:27:13 +0000
commit92dfee736b9985db6509a6fdb567d78de402a0f9 (patch)
treea7a3798a1a4d889deceeb511c32c96ba3d1f7121 /src/core/net.h
parent6a61bb6ff7847f020c5c53f0cb70b9ba4f35856a (diff)
Add support for Zone::ambient_color, bump network protocol version
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 2dbebfd..8f3175d 100644
--- a/src/core/net.h
+++ b/src/core/net.h
@@ -11,7 +11,7 @@ namespace core
{
/// network protocol version
-const unsigned int PROTOCOLVERSION = 22;
+const unsigned int PROTOCOLVERSION = 23;
/// maximum lenght of a (compressed) network message block
const unsigned int FRAMESIZE = 1152;