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 06e4a8c87b..9d30a3077f 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -1504,7 +1504,7 @@ static bool _add_feat_if_missing(bool (*iswanted)(const coord_def &),
}
#ifdef DEBUG_DIAGNOSTICS
- dump_map("debug.map", true);
+ dump_map("debug.map", true, true);
#endif
// [ds] Too many normal cases trigger this ASSERT, including
// rivers that surround a stair with deep water.