summaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen/mapgen_fractal.h')
-rw-r--r--src/mapgen/mapgen_fractal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen/mapgen_fractal.h b/src/mapgen/mapgen_fractal.h
index da250c1e9..8a8cf0c75 100644
--- a/src/mapgen/mapgen_fractal.h
+++ b/src/mapgen/mapgen_fractal.h
@@ -51,6 +51,7 @@ struct MapgenFractalParams : public MapgenParams
NoiseParams np_filler_depth;
NoiseParams np_cave1;
NoiseParams np_cave2;
+ NoiseParams np_dungeons;
MapgenFractalParams();
~MapgenFractalParams() = default;