From e6272cd7d356bbb047dcaebb03ae217235e1e13f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 24 Aug 2008 21:36:39 +0000 Subject: afterburner/reverse/strafe --- 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 d5a95a9..c96ec7e 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -11,7 +11,7 @@ namespace core { /// network protocol version -const unsigned int PROTOCOLVERSION = 7; +const unsigned int PROTOCOLVERSION = 8; /// maximum lenght of a (compressed) network message block const unsigned int FRAMESIZE = 1152; -- cgit v1.2.3