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 6f2e7ee4d3..318eb43fc4 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -132,7 +132,7 @@ static bool _mark_detected_creature(coord_def where, const monsters *mon,
int fuzz_chance, int fuzz_radius)
{
#ifdef USE_TILE
- // Get monster index pre-fuzz
+ // Get monster index pre-fuzz.
int idx = mgrd(where);
#endif