From c3e179f256246b4b5a86cd908dfc567a7ec454ee Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 8 Nov 2015 08:18:47 +0000 Subject: Cavegen: Make mgfractal use mgv5 cavegen Remove CaveFractal Add a lava depth constant to CaveV5 to make it universal --- src/mapgen_fractal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapgen_fractal.h') diff --git a/src/mapgen_fractal.h b/src/mapgen_fractal.h index ee947dba2..f3c023081 100644 --- a/src/mapgen_fractal.h +++ b/src/mapgen_fractal.h @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapgen.h" -#define MGFRACTAL_LARGE_CAVE_DEPTH -32 +#define MGFRACTAL_LARGE_CAVE_DEPTH -33 /////////////////// Mapgen Fractal flags #define MGFRACTAL_JULIA 0x01 -- cgit v1.2.3