summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_debug.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-07 16:46:53 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-07 16:46:53 +0200
commit1d504a9b0f5a03ba4a23b4308520e440d4bee5c6 (patch)
treec34c5f73c21f3f853b80600525f41ab7246bf506 /crawl-ref/source/l_debug.cc
parentac0c84fcdde19ec6f32cd3edd4167c9850e0b2a0 (diff)
downloadcrawl-ref-1d504a9b0f5a03ba4a23b4308520e440d4bee5c6.tar.gz
crawl-ref-1d504a9b0f5a03ba4a23b4308520e440d4bee5c6.zip
Fix a --test regression wrt repeatedly placing fixed uniques.
Diffstat (limited to 'crawl-ref/source/l_debug.cc')
-rw-r--r--crawl-ref/source/l_debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/l_debug.cc b/crawl-ref/source/l_debug.cc
index 98ca94cfb8..89caf21ae2 100644
--- a/crawl-ref/source/l_debug.cc
+++ b/crawl-ref/source/l_debug.cc
@@ -78,6 +78,7 @@ LUAFN(debug_flush_map_memory)
{
dgn_flush_map_memory();
init_level_connectivity();
+ you.unique_creatures.init(false);
return 0;
}