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>2009-01-25 11:57:03 +0000
committerStijn Buys <ingar@osirion.org>2009-01-25 11:57:03 +0000
commitcc88902f93645b4284805f51cd7eba8b513ed5f3 (patch)
tree6dc0d22f16ed672a1b3e979f5a3814495f7c3a21 /src/core/net.h
parent6844f88a70a7b746b74696e80a21d9b8f740afcb (diff)
bump network protocol version to 15,
fix player level initialization, exchange player list, credits, level, ping
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 f3774b5..887bf1b 100644
--- a/src/core/net.h
+++ b/src/core/net.h
@@ -11,7 +11,7 @@ namespace core
{
/// network protocol version
-const unsigned int PROTOCOLVERSION = 14;
+const unsigned int PROTOCOLVERSION = 15;
/// maximum lenght of a (compressed) network message block
const unsigned int FRAMESIZE = 1152;