summaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-11-21 20:22:45 +0000
committerparamat <mat.gregory@virginmedia.com>2015-11-23 00:34:09 +0000
commitc24f3b0a65afc7654a8377fde29dec0709b1fc49 (patch)
tree5b107b69850d806a9ba243d124e4a62fb4c5c8b4 /src/mapgen_fractal.h
parenta4e3ed013611aead302a82836d5702640b2811a0 (diff)
downloadminetest-c24f3b0a65afc7654a8377fde29dec0709b1fc49.tar.gz
minetest-c24f3b0a65afc7654a8377fde29dec0709b1fc49.tar.bz2
minetest-c24f3b0a65afc7654a8377fde29dec0709b1fc49.zip
Mgfractal: Move julia set selection into formula parameter
Improve default parameters Update and improve documentation Unhide mapgen, but is still unstable
Diffstat (limited to 'src/mapgen_fractal.h')
-rw-r--r--src/mapgen_fractal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapgen_fractal.h b/src/mapgen_fractal.h
index 5800ae20d..7d31a43b8 100644
--- a/src/mapgen_fractal.h
+++ b/src/mapgen_fractal.h
@@ -25,9 +25,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MGFRACTAL_LARGE_CAVE_DEPTH -33
-/////////////////// Mapgen Fractal flags
-#define MGFRACTAL_JULIA 0x01
-
class BiomeManager;
extern FlagDesc flagdesc_mapgen_fractal[];