From 0fd5c61c00819ae3eaf298739e8cf879e2d43820 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 6 Jan 2014 21:17:19 -0500 Subject: Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings" The commit didn't work because the blocks weren't loaded yet. This reverts commit 22dbbf0a6fc9547f0dbdb7f6076337b8c6acd48b. Conflicts: minetest.conf.example --- 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 fa88109a3..5ec1a0b9d 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, bool cacheBlocks); + s16 findGroundLevel(v2s16 p2d); /* Misc. helper functions for fiddling with directory and file -- cgit v1.2.3