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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index dc1e511346..8420349fb3 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1584,9 +1584,9 @@ enum mon_holy_type
enum targ_mode_type
{
TARG_ANY,
- TARG_ENEMY,
+ TARG_ENEMY, // hostile + neutral
TARG_FRIEND,
- TARG_NOT_SELF,
+ TARG_HOSTILE,
TARG_NUM_MODES
};