diff options
Diffstat (limited to 'src/mapchunk.h')
-rw-r--r-- | src/mapchunk.h | 6 |
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 |