diff options
Diffstat (limited to 'src/mapgen.cpp')
-rw-r--r-- | src/mapgen.cpp | 2 |
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. */ |