]> git.lizzy.rs Git - minetest.git/blobdiff - src/map.h
Mgvalleys: use standard caves
[minetest.git] / src / map.h
index 78af8c8d3feafc83fb759d50e2834e5b1a94fea3..78614d2285f3310263ca5bf2813c56e9f0b6bd0c 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -365,6 +365,8 @@ class Map /*: public NodeContainer*/
        u32 m_unprocessed_count;
        u32 m_inc_trending_up_start_time; // milliseconds
        bool m_queue_size_timer_started;
+
+       DISABLE_CLASS_COPY(Map);
 };
 
 /*