summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-08 15:29:59 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-08 17:49:57 +0100
commit10752b7fa0a0dd8785e7933ecd2bdeacd55cdecf (patch)
tree9d6600cb714537bc8a6c6fc80c7acec50fbb644b /crawl-ref/source/spl-cast.h
parent00f44d17e51177a6efe8af048051da9253241cff (diff)
downloadcrawl-ref-10752b7fa0a0dd8785e7933ecd2bdeacd55cdecf.tar.gz
crawl-ref-10752b7fa0a0dd8785e7933ecd2bdeacd55cdecf.zip
Remove SPFLAG_CARD.
Its only use was incorrect: Disintegrate is a wand/monster spell, not a card.
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 d9acc8b947..25e9c7be72 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -31,7 +31,7 @@ enum spflag_type
SPFLAG_AREA = 0x008000, // area affect
SPFLAG_BATTLE = 0x010000, // a non-Conjuration spell that
// is still a battle spell
- SPFLAG_CARD = 0x020000, // a card effect spell
+ //0x020000,
SPFLAG_MONSTER = 0x040000, // monster-only spell
SPFLAG_INNATE = 0x080000, // an innate spell, even if
// use by a priest/wizard