summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 1c40e0e0d1..1e13ea91c4 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -1102,7 +1102,7 @@ static builder_rc_type builder_by_type(int level_number, char level_type)
static int random_portal_vault(const std::string &tag)
{
- return random_map_for_tag(tag, false);
+ return random_map_for_tag(tag, false, true);
}
static bool place_portal_vault(int stair, const std::string &tag, int dlevel)