From 07a759fdb8c3239aabb271cbd24e8b24b2dee435 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 25 Dec 2010 16:04:51 +0200 Subject: better caves --- src/map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 2a3fa5061..3c3fe9daf 100644 --- a/src/map.h +++ b/src/map.h @@ -43,6 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc., class Map; +#if 0 /* A cache for short-term fast access to map data @@ -108,6 +109,7 @@ private: u32 m_from_cache_count; u32 m_from_map_count; }; +#endif class CacheLock { @@ -303,6 +305,7 @@ public: } // virtual from NodeContainer + // throws InvalidPositionException if not found MapNode getNode(v3s16 p) { v3s16 blockpos = getNodeBlockPos(p); @@ -313,6 +316,7 @@ public: } // virtual from NodeContainer + // throws InvalidPositionException if not found void setNode(v3s16 p, MapNode & n) { v3s16 blockpos = getNodeBlockPos(p); -- cgit v1.2.3