From fdaca8c91d433879a2dcc0f4bc6ececff1fc1dd8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 3 Mar 2009 06:10:20 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9324 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/directn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/directn.cc') diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc index 02178f336b..9e9dc0a5b9 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -3174,7 +3174,7 @@ static void _describe_cell(const coord_def& where, bool in_range) if (targ_item != NON_ITEM) { - // If a mimic is on this square, we pretend it's the first item -- bwr + // If a mimic is on this square, we pretend it's the first item - bwr if (mimic_item) mpr("There is something else lying underneath.", MSGCH_FLOOR_ITEMS); else -- cgit v1.2.3-54-g00ecf