diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-07-23 07:20:13 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-07-23 08:18:39 +0300 |
commit | fd845f27f5b3e3c6587c472be76235567a7b934d (patch) | |
tree | 53915de3f1c512e0e4ec8d29cd42160a9af5e826 /src/serialization.h | |
parent | ea62ee4b61371107ef3d693bda4c410ba02ca7e6 (diff) | |
download | minetest-fd845f27f5b3e3c6587c472be76235567a7b934d.tar.gz minetest-fd845f27f5b3e3c6587c472be76235567a7b934d.tar.bz2 minetest-fd845f27f5b3e3c6587c472be76235567a7b934d.zip |
Fix map deserialization and remove old serialization code
Diffstat (limited to 'src/serialization.h')
-rw-r--r-- | src/serialization.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialization.h b/src/serialization.h index 266eada17..0d74ccf48 100644 --- a/src/serialization.h +++ b/src/serialization.h @@ -59,7 +59,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 21: dynamic content type allocation 22: minerals removed, facedir & wallmounted changed 23: new node metadata format - 24: NodeTimers + 24: 16-bit node ids and node timers */ // This represents an uninitialized or invalid format #define SER_FMT_VER_INVALID 255 |