summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-04-13 13:54:56 +0200
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-04-13 14:22:52 +0200
commitdc27f9536ad5f1c3be0ab585bee39d00278c2c0a (patch)
tree626f7a98b3df24b0c7ad450eb8f9679999a73034 /crawl-ref/source/stairs.h
parent095d039a11c5d4d6cc9543d57964553abdfc22dc (diff)
downloadcrawl-ref-dc27f9536ad5f1c3be0ab585bee39d00278c2c0a.tar.gz
crawl-ref-dc27f9536ad5f1c3be0ab585bee39d00278c2c0a.zip
Don't place downstairs mimic on branch bottom, and vice versa.
(cherry picked from commit b77ee1ade48a0b1450ecbb69fc70317ffbcc8618)
Diffstat (limited to 'crawl-ref/source/stairs.h')
-rw-r--r--crawl-ref/source/stairs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stairs.h b/crawl-ref/source/stairs.h
index 286ffaefb0..e479c98f5c 100644
--- a/crawl-ref/source/stairs.h
+++ b/crawl-ref/source/stairs.h
@@ -15,5 +15,5 @@ void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
void new_level(bool restore = false);
int runes_in_pack(std::vector<int> &runes);
-dungeon_feature_type random_stair();
+dungeon_feature_type random_stair(bool do_place_check = true);
#endif