summaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-11-08 08:18:47 +0000
committerparamat <mat.gregory@virginmedia.com>2015-11-09 05:29:42 +0000
commitc3e179f256246b4b5a86cd908dfc567a7ec454ee (patch)
tree18a3591ce63555d0837c55c9b41757739a9cb184 /src/mapgen_fractal.h
parent63e7137e3bb3ef2531faac995e8817b2c3fedc8c (diff)
downloadminetest-c3e179f256246b4b5a86cd908dfc567a7ec454ee.tar.gz
minetest-c3e179f256246b4b5a86cd908dfc567a7ec454ee.tar.bz2
minetest-c3e179f256246b4b5a86cd908dfc567a7ec454ee.zip
Cavegen: Make mgfractal use mgv5 cavegen
Remove CaveFractal Add a lava depth constant to CaveV5 to make it universal
Diffstat (limited to 'src/mapgen_fractal.h')
-rw-r--r--src/mapgen_fractal.h2
1 files changed, 1 insertions, 1 deletions
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