summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index c1fe93cc6e..036f99045f 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -25,9 +25,10 @@ enum spflag_type
SPFLAG_DIR = 0x0008, // use DIR_DIR targeting
SPFLAG_TARGETING_MASK = 0x000f, // used to test for targeting
SPFLAG_HELPFUL = 0x0010, // TARG_FRIENDS used
- SPFLAG_NOT_SELF = 0x0020, // aborts on isMe
- SPFLAG_UNHOLY = 0x0040, // counts at "unholy"
- SPFLAG_MAPPING = 0x0080 // a mapping spell of some kind
+ SPFLAG_NEUTRAL = 0x0020, // TARG_ANY used
+ SPFLAG_NOT_SELF = 0x0040, // aborts on isMe
+ SPFLAG_UNHOLY = 0x0080, // counts at "unholy"
+ SPFLAG_MAPPING = 0x0100 // a mapping spell of some kind
};
enum spret_type