summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-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 08a30334c6..ba3a2b4e41 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2158,7 +2158,7 @@ enum monster_flag_type
MF_GOING_BERSERK = 0x1000000,// Is about to go berserk!
- MF_NAME_DESCRIPTOR = 0x2000000,// mname should be treated with normal
+ MF_NAME_DESCRIPTOR = 0x2000000,// mname should be treated with normal
// grammar, ie, prevent "You hit red rat"
// and other such constructs.
MF_NAME_DEFINITE = 0x4000000 // give this monster the definite "the"