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