From e66bb9b864ad8e917f20879d5a4a31fc744c766c Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Fri, 25 Jul 2014 07:35:55 +0200 Subject: Allow use all 6 faces for special tiles. Protocol version bump. --- src/clientserver.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/clientserver.h') diff --git a/src/clientserver.h b/src/clientserver.h index f12384b18..5f7864768 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -105,9 +105,12 @@ with this program; if not, write to the Free Software Foundation, Inc., add swap_node PROTOCOL_VERSION 23: TOSERVER_CLIENT_READY + PROTOCOL_VERSION 24: + ContentFeatures version 7 + ContentFeatures: change number of special tiles to 6 (CF_SPECIAL_COUNT) */ -#define LATEST_PROTOCOL_VERSION 23 +#define LATEST_PROTOCOL_VERSION 24 // Server's supported network protocol range #define SERVER_PROTOCOL_VERSION_MIN 13 -- cgit v1.2.3