summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-03 06:10:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-03 06:10:20 +0000
commitfdaca8c91d433879a2dcc0f4bc6ececff1fc1dd8 (patch)
treede2fa40e680b44d8b16ebe77c585d61be06f26ae /crawl-ref/source/directn.cc
parentdb2502244ae9a0a81d9b08025e71b79e15fc41b0 (diff)
downloadcrawl-ref-fdaca8c91d433879a2dcc0f4bc6ececff1fc1dd8.tar.gz
crawl-ref-fdaca8c91d433879a2dcc0f4bc6ececff1fc1dd8.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9324 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
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