From 4c876ac62eb6aab0a6b2ee215e02b8d181cdf1cb Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 3 Feb 2012 19:08:42 +0200 Subject: [PATCH] Tune caves --- src/mapgen.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mapgen.cpp b/src/mapgen.cpp index c6893eed7..77bd8a8b0 100644 --- a/src/mapgen.cpp +++ b/src/mapgen.cpp @@ -1461,12 +1461,10 @@ void make_block(BlockMakeData *data) u32 bruises_count = volume_nodes * stone_surface_max_y / 40000000; if(stone_surface_max_y < WATER_LEVEL - 20) bruises_count = 0; - /*u32 caves_count = 0; - u32 bruises_count = 0;*/ for(u32 jj=0; jj