summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-25 17:15:03 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-25 17:19:19 +0100
commit62bb4795982154ca2d84813d165b1bee590fe80d (patch)
treed8747dcf832912043b4e767b5d07fe7dbaf89654 /crawl-ref/source/dungeon.cc
parent70814e4479cc89bf71b3af33e2779795a5bdd6c6 (diff)
downloadcrawl-ref-62bb4795982154ca2d84813d165b1bee590fe80d.tar.gz
crawl-ref-62bb4795982154ca2d84813d165b1bee590fe80d.zip
Use connected dump map in _add_feat_if_missing.
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.