From 024532b748b15a92303fd20c3b6a7062a37ca2ed Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 29 Jun 2009 18:22:07 +0000 Subject: client player list updates, short pif network messages, bump to network proto version 17 --- 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 01c15be..cd8e249 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -11,7 +11,7 @@ namespace core { /// network protocol version -const unsigned int PROTOCOLVERSION = 16; +const unsigned int PROTOCOLVERSION = 17; /// maximum lenght of a (compressed) network message block const unsigned int FRAMESIZE = 1152; -- cgit v1.2.3