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 49e78f8c35..f9c00f73fc 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3728,7 +3728,7 @@ static bool _build_minivaults(int level_number, int force_vault,
if (in_bounds(where))
{
coord_def tl(where - place.size / 2);
- fit_region_into_map_bounds(tl, place.size);
+ fit_region_into_map_bounds(tl, place.size, 1);
v1x = tl.x;
v1y = tl.y;
}