summaryrefslogtreecommitdiff
path: root/src/mapchunk.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-26 02:34:36 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-26 02:34:36 +0300
commitbb940a946dbca49dc03af83fe55d195bd9fdc62e (patch)
tree0f78d66110f1d3d477875ae47927a8e7e6d20ec3 /src/mapchunk.h
parent2915bd5518150955ed1581110527f4bb4adadfe8 (diff)
downloadminetest-bb940a946dbca49dc03af83fe55d195bd9fdc62e.tar.gz
minetest-bb940a946dbca49dc03af83fe55d195bd9fdc62e.tar.bz2
minetest-bb940a946dbca49dc03af83fe55d195bd9fdc62e.zip
even more code refactoring
Diffstat (limited to 'src/mapchunk.h')
-rw-r--r--src/mapchunk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapchunk.h b/src/mapchunk.h
index 9860abad0..98df7ce66 100644
--- a/src/mapchunk.h
+++ b/src/mapchunk.h
@@ -21,6 +21,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MAPCHUNK_HEADER
/*
+ TODO: Remove
+*/
+
+#if 0
+/*
MapChunk contains map-generation-time metadata for an area of
some MapSectors. (something like 16x16)
*/
@@ -66,6 +71,7 @@ private:
u8 m_generation_level;
bool m_modified;
};
+#endif
#endif