summaryrefslogtreecommitdiff
path: root/src/mapgen.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-25 18:17:59 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:51 +0200
commitfdf6eecd59df8608d93faff369d19a9c1868c16a (patch)
tree8084c4e058dbb0e50f62822252af59575f496334 /src/mapgen.cpp
parent651657edfd2912d045f0d49dde550b551c817760 (diff)
downloadminetest-fdf6eecd59df8608d93faff369d19a9c1868c16a.tar.gz
minetest-fdf6eecd59df8608d93faff369d19a9c1868c16a.tar.bz2
minetest-fdf6eecd59df8608d93faff369d19a9c1868c16a.zip
Make map generator more responsive
Diffstat (limited to 'src/mapgen.cpp')
-rw-r--r--src/mapgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.cpp b/src/mapgen.cpp
index 4688a87c4..f1e109b2d 100644
--- a/src/mapgen.cpp
+++ b/src/mapgen.cpp
@@ -1534,7 +1534,7 @@ void make_block(BlockMakeData *data)
// Maximum amount of ground above the bottom of the central block
s16 maximum_ground_depth = maximum_groundlevel - node_min.Y;
- #if 0
+ #if 1
/*
Special case for high air or water: Just fill with air and water.
*/