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 622f97ef5d..9276ba9218 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -4303,7 +4303,7 @@ static bool _build_vaults(int level_number, int force_vault, int rune_subst,
place.map.map.apply_overlays(place.pos);
_register_place(place);
- if (gluggy == MAP_FLOAT && target_connections.empty())
+ if (target_connections.empty())
_pick_float_exits(place, target_connections);
if (make_no_exits)