summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-12-23 13:48:32 +0100
committersfan5 <sfan5@live.de>2017-01-02 15:28:06 +0100
commit523f0e8c5bce0cb58215dc1f9d027cf32394e3c3 (patch)
treeba8cbd3e60947573fcb6065f4caf5b3152cccb93 /src/network
parente2e8da5ee44f71c22996a780caff67e48e79fae4 (diff)
downloadminetest-523f0e8c5bce0cb58215dc1f9d027cf32394e3c3.tar.gz
minetest-523f0e8c5bce0cb58215dc1f9d027cf32394e3c3.tar.bz2
minetest-523f0e8c5bce0cb58215dc1f9d027cf32394e3c3.zip
Move TileAnimation code to seperate file
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkprotocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h
index f65167380..45bf76ff8 100644
--- a/src/network/networkprotocol.h
+++ b/src/network/networkprotocol.h
@@ -140,6 +140,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
CPT2_MESHOPTIONS
PROTOCOL_VERSION 29:
Server doesn't accept TOSERVER_BREATH anymore
+ serialization of TileAnimation params changed
+ TAT_SHEET_2D
*/
#define LATEST_PROTOCOL_VERSION 29