diff options
author | ShadowNinja <shadowninja@minetest.net> | 2014-01-06 21:17:19 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-01-06 21:25:10 -0500 |
commit | 0fd5c61c00819ae3eaf298739e8cf879e2d43820 (patch) | |
tree | f64a8217f350e3d733b0a025bc9ee614c6b5fd65 /src/map.h | |
parent | c46574f30f31fc186087f05d9100845d44319795 (diff) | |
download | minetest-0fd5c61c00819ae3eaf298739e8cf879e2d43820.tar.gz minetest-0fd5c61c00819ae3eaf298739e8cf879e2d43820.tar.bz2 minetest-0fd5c61c00819ae3eaf298739e8cf879e2d43820.zip |
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
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |