From 22dbbf0a6fc9547f0dbdb7f6076337b8c6acd48b Mon Sep 17 00:00:00 2001 From: sweetbomber Date: Thu, 30 May 2013 17:14:22 +0100 Subject: Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 8abea896e..d4656acc6 100644 --- a/src/map.h +++ b/src/map.h @@ -428,7 +428,7 @@ public: void prepareBlock(MapBlock *block); // Helper for placing objects on ground level - s16 findGroundLevel(v2s16 p2d); + s16 findGroundLevel(v2s16 p2d, bool cacheBlocks); /* Misc. helper functions for fiddling with directory and file -- cgit v1.2.3