summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2017-03-04 05:10:10 +0000
committerparamat <mat.gregory@virginmedia.com>2017-03-05 09:47:03 +0000
commite10e5fd16c2bd55b9b106edc6cedd07530cf103d (patch)
tree32da39cce37bfd01f8f6fc3b3fce2606dc5d1dad /src/mapgen.h
parentf1ab42fdff7a15d81c8cac0f9192b3d5ff9fb913 (diff)
downloadminetest-e10e5fd16c2bd55b9b106edc6cedd07530cf103d.tar.gz
minetest-e10e5fd16c2bd55b9b106edc6cedd07530cf103d.tar.bz2
minetest-e10e5fd16c2bd55b9b106edc6cedd07530cf103d.zip
Dungeons: Use 'block' instead of 'brick' for nodebox stairs
Affects only sandstone dungeons. Nodebox stairs made from 'sandstone_block' look better because every step is undivided.
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index a95e1942a..7aac1e6a0 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -268,7 +268,7 @@ protected:
content_t c_mossycobble;
content_t c_stair_desert_stone;
content_t c_sandstonebrick;
- content_t c_stair_sandstonebrick;
+ content_t c_stair_sandstone_block;
int ystride;
int zstride;