Dungeons: Use 'block' instead of 'brick' for nodebox stairs
[oweals/minetest.git] / src / mapgen.h
index a95e1942aeea5d40fdded5eb67c579b068fe736b..7aac1e6a06a10102d4327a429f2904ed8363c5fa 100644 (file)
@@ -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;