X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmapchunk.h;h=98df7ce66a2691b1140d6c5784920f473c294eb7;hb=cdadbdbd17d624dd45cca67f41309cbe776dc348;hp=9860abad0ad9748ee6c09e196d5c7c96c77d5c9d;hpb=28300953667b6a44efb5be6b2c612993de060636;p=minetest.git diff --git a/src/mapchunk.h b/src/mapchunk.h index 9860abad0..98df7ce66 100644 --- a/src/mapchunk.h +++ b/src/mapchunk.h @@ -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