From 8e4c11406e20a29ad659b99c840b5281941ae585 Mon Sep 17 00:00:00 2001 From: paramat Date: Sat, 4 Feb 2017 04:28:02 +0000 Subject: Mgv6: Add stairs to desert stone dungeons As with the other mapgens, now that wide stairs in dungeons are possible we can now finally add stairs to desert stone dungeons. Re-order some lines. --- src/mapgen_v6.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapgen_v6.h') diff --git a/src/mapgen_v6.h b/src/mapgen_v6.h index f018ffaca..44591e3dc 100644 --- a/src/mapgen_v6.h +++ b/src/mapgen_v6.h @@ -123,6 +123,7 @@ public: content_t c_cobble; content_t c_mossycobble; content_t c_stair_cobble; + content_t c_stair_desert_stone; MapgenV6(int mapgenid, MapgenV6Params *params, EmergeManager *emerge); ~MapgenV6(); -- cgit v1.2.3