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 613f7e6d27..32bd2cc2b2 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -189,7 +189,7 @@ static bool mark_detected_creature(int gridx, int gridy, const monsters *mon,
set_envmap_detected_mons(gridx, gridy);
#ifdef USE_TILE
- tile_place_monster(gridx, gridy, idx, false);
+ tile_place_monster(gridx, gridy, idx, false, true);
#endif
return found_good;