summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index d4aea3a01a..22e8303bd6 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -2885,7 +2885,7 @@ static void debug_load_map_by_name(std::string name)
where = you.pos();
}
- if (dgn_place_map(map, false, true, where))
+ if (dgn_place_map(map, false, true, false, where))
mprf("Successfully placed %s.", map_by_index(map)->name.c_str());
else
mprf("Failed to place %s.", map_by_index(map)->name.c_str());