summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-04 14:52:07 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-04 14:52:07 -0600
commit9848ea3a0d53e6d370f823bd3dc4583e0c5fa12f (patch)
treed06293d425dc19a3f4eccfda5faa2c7a42d26137 /crawl-ref/source/spl-cast.h
parent8da2df9ead9dadb04f9ce410944fa510572c9d43 (diff)
downloadcrawl-ref-9848ea3a0d53e6d370f823bd3dc4583e0c5fa12f.tar.gz
crawl-ref-9848ea3a0d53e6d370f823bd3dc4583e0c5fa12f.zip
Fix spacing.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 77d3bf5372..ff29685fa4 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -17,7 +17,7 @@ enum spflag_type
SPFLAG_GRID = 0x000004, // use DIR_GRID targetting
SPFLAG_DIR = 0x000008, // use DIR_DIR targetting
SPFLAG_TARG_OBJ = 0x000010, // use DIR_TARGET_OBJECT targ.
- SPFLAG_TARGETTING_MASK = 0x00001f, // used to test for targetting
+ SPFLAG_TARGETTING_MASK = 0x00001f, // used to test for targetting
SPFLAG_HELPFUL = 0x000020, // TARG_FRIENDS used
SPFLAG_NEUTRAL = 0x000040, // TARG_ANY used
SPFLAG_NOT_SELF = 0x000080, // aborts on isMe