summaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_fractal.h')
-rw-r--r--src/mapgen_fractal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mapgen_fractal.h b/src/mapgen_fractal.h
index f3c023081..1b6683f1f 100644
--- a/src/mapgen_fractal.h
+++ b/src/mapgen_fractal.h
@@ -36,6 +36,8 @@ extern FlagDesc flagdesc_mapgen_fractal[];
struct MapgenFractalParams : public MapgenSpecificParams {
u32 spflags;
+ u16 formula;
+
u16 m_iterations;
v3f m_scale;
v3f m_offset;
@@ -76,6 +78,8 @@ public:
v3s16 full_node_min;
v3s16 full_node_max;
+ u16 formula;
+
u16 m_iterations;
v3f m_scale;
v3f m_offset;