summaryrefslogtreecommitdiff
path: root/src/mapgen_v6.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2017-02-04 04:28:02 +0000
committerparamat <mat.gregory@virginmedia.com>2017-02-04 07:21:23 +0000
commit8e4c11406e20a29ad659b99c840b5281941ae585 (patch)
tree0362291d339a892c7c979786ed8695e6eaf3dad1 /src/mapgen_v6.h
parent2d03cfd24c89c66e5ace4f335dae42f7c2c84f6b (diff)
downloadminetest-8e4c11406e20a29ad659b99c840b5281941ae585.tar.gz
minetest-8e4c11406e20a29ad659b99c840b5281941ae585.tar.bz2
minetest-8e4c11406e20a29ad659b99c840b5281941ae585.zip
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.
Diffstat (limited to 'src/mapgen_v6.h')
-rw-r--r--src/mapgen_v6.h1
1 files changed, 1 insertions, 0 deletions
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();