summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index c101b63c13..0f082c1319 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -176,7 +176,7 @@ unsigned char detect_creatures( int pow )
// Clear the map so detect creatures is more useful and the detection
// fuzz is harder to analyse by averaging.
- clear_map();
+ clear_map(false);
mpr("You detect creatures!");