summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 05:02:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 05:02:51 +0000
commite936c0cd945cc296499a66fa3e4dc99c35c82b2a (patch)
tree1a74373ca19cc9873abd94de615fe9cdb1d7c7af /crawl-ref/source
parent0c387682554fee308a381c64afc1998674bcf8c8 (diff)
downloadcrawl-ref-e936c0cd945cc296499a66fa3e4dc99c35c82b2a.tar.gz
crawl-ref-e936c0cd945cc296499a66fa3e4dc99c35c82b2a.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7095 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 3b5f95872e..4e0a609b8b 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1960,7 +1960,7 @@ enum monster_flag_type
MF_TAKING_STAIRS = 0x08, // is following player through stairs
MF_INTERESTING = 0x10, // Player finds monster interesting
- MF_SEEN = 0x20, // Player already seen monster
+ MF_SEEN = 0x20, // Player has already seen monster
MF_DIVINE_PROTECTION = 0x40, // Monster has divine protection.
MF_KNOWN_MIMIC = 0x80, // Mimic that has taken a swing at the PC,