From a743791e624590e0b41229f28f940db5272b60ba Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 7 Aug 2008 23:27:42 +0000 Subject: rotating planets, navpoints, network protocol updates, entity event state --- src/core/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/net.h') diff --git a/src/core/net.h b/src/core/net.h index 0c2b5a6..d5a95a9 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -11,7 +11,7 @@ namespace core { /// network protocol version -const unsigned int PROTOCOLVERSION = 6; +const unsigned int PROTOCOLVERSION = 7; /// maximum lenght of a (compressed) network message block const unsigned int FRAMESIZE = 1152; -- cgit v1.2.3