]> git.lizzy.rs Git - minetest.git/blobdiff - src/mapchunk.h
Server configuration is now written when "/#setting whatever = whatever" is issued.
[minetest.git] / src / mapchunk.h
index 9860abad0ad9748ee6c09e196d5c7c96c77d5c9d..98df7ce66a2691b1140d6c5784920f473c294eb7 100644 (file)
@@ -20,6 +20,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef MAPCHUNK_HEADER
 #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 @@ class MapChunk
        u8 m_generation_level;
        bool m_modified;
 };
+#endif
 
 #endif