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/mapblock.h | |
| parent | ea62ee4b61371107ef3d693bda4c410ba02ca7e6 (diff) | |
| download | dragonfireclient-fd845f27f5b3e3c6587c472be76235567a7b934d.tar.xz | |
Fix map deserialization and remove old serialization code
Diffstat (limited to 'src/mapblock.h')
| -rw-r--r-- | src/mapblock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h index adb3324f6..7f901e5d3 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -467,7 +467,6 @@ private: Private methods */ - void serialize_pre22(std::ostream &os, u8 version, bool disk); void deSerialize_pre22(std::istream &is, u8 version, bool disk); /* |
