From afa3bd5cf599e0d3c220866e3eb67c673ffca1b9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 30 Oct 2008 19:21:03 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7314 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') 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 -- cgit v1.2.3-54-g00ecf