summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-maps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dbg-maps.cc')
-rw-r--r--crawl-ref/source/dbg-maps.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dbg-maps.cc b/crawl-ref/source/dbg-maps.cc
index 9ec020e217..7766895590 100644
--- a/crawl-ref/source/dbg-maps.cc
+++ b/crawl-ref/source/dbg-maps.cc
@@ -156,7 +156,8 @@ static bool mg_do_build_level(int niters)
{
unwind_bool wiz(you.wizard, true);
- magic_mapping(1000, 100, true, true);
+ magic_mapping(1000, 100, true, true, false, false,
+ coord_def(GXM/2, GYM/2));
}
if (_mg_is_disconnected_level())
{