aboutsummaryrefslogtreecommitdiff
path: root/src/clientserver.h
diff options
context:
space:
mode:
authorRealBadAngel <maciej.kasatkin@o2.pl>2014-07-25 07:35:55 +0200
committerRealBadAngel <maciej.kasatkin@o2.pl>2014-08-25 12:47:06 +0200
commite66bb9b864ad8e917f20879d5a4a31fc744c766c (patch)
tree57606a08b45ebbc6c2d20ebc33d1ff7d252b127a /src/clientserver.h
parent3ce6888c1ccba6e54fef4c370d178824cf80e421 (diff)
downloadminetest-e66bb9b864ad8e917f20879d5a4a31fc744c766c.tar.gz
minetest-e66bb9b864ad8e917f20879d5a4a31fc744c766c.tar.bz2
minetest-e66bb9b864ad8e917f20879d5a4a31fc744c766c.zip
Allow use all 6 faces for special tiles.
Protocol version bump.
Diffstat (limited to 'src/clientserver.h')
-rw-r--r--src/clientserver.h5
1 files changed, 4 insertions, 1 deletions
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