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 37ecb28ef6..18ae2d498b 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -202,7 +202,7 @@ static bool _build_secondary_vault(int level_number, const map_def *vault,
static bool _build_vaults(int level_number,
const map_def *vault,
int rune_subst = -1, bool build_only = false,
- bool check_collisions = true,
+ bool check_collisions = false,
bool make_no_exits = false,
const coord_def &where = coord_def(-1, -1));
static void _vault_grid(vault_placement &,