summaryrefslogtreecommitdiff
path: root/src/mapgen/mg_biome.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen/mg_biome.h')
-rw-r--r--src/mapgen/mg_biome.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mapgen/mg_biome.h b/src/mapgen/mg_biome.h
index 27b6ebf95..1f60f7bac 100644
--- a/src/mapgen/mg_biome.h
+++ b/src/mapgen/mg_biome.h
@@ -53,6 +53,9 @@ public:
content_t c_riverbed;
content_t c_dust;
content_t c_cave_liquid;
+ content_t c_dungeon;
+ content_t c_dungeon_alt;
+ content_t c_dungeon_stair;
s16 depth_top;
s16 depth_filler;