summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:45:44 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:45:44 +1000
commitf80d6f4e45cbee76a1184268a5e10fcde7ba6c52 (patch)
tree9a27eef81e2e94655cd23ecaa8e270cb99e5510c /crawl-ref/source/enum.h
parent576ccd691ef3a7e3a779845cc52d6d223f819dd8 (diff)
downloadcrawl-ref-f80d6f4e45cbee76a1184268a5e10fcde7ba6c52.tar.gz
crawl-ref-f80d6f4e45cbee76a1184268a5e10fcde7ba6c52.zip
Rename SPELL_BACKLIGHT -> SPELL_CORONA, and relevant ZAP/BEAM/DUR.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index ac07751bde..6408f267ca 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -243,7 +243,7 @@ enum beam_type // beam[].flavour
BEAM_ENSLAVE_DEMON,
BEAM_BLINK,
BEAM_PETRIFY,
- BEAM_BACKLIGHT, // 45
+ BEAM_CORONA, // 45
BEAM_PORKALATOR,
BEAM_HIBERNATION,
BEAM_BERSERK,
@@ -1147,7 +1147,7 @@ enum duration_type
DUR_CONFUSING_TOUCH,
DUR_SURE_BLADE,
- DUR_BACKLIGHT,
+ DUR_CORONA,
DUR_DEATHS_DOOR,
DUR_FIRE_SHIELD,
@@ -1221,7 +1221,7 @@ enum enchant_type
ENCH_ROT, // 10
ENCH_SUMMON,
ENCH_ABJ,
- ENCH_BACKLIGHT,
+ ENCH_CORONA,
ENCH_CHARM,
ENCH_STICKY_FLAME, // 15
ENCH_GLOWING_SHAPESHIFTER,
@@ -2832,7 +2832,7 @@ enum spell_type
SPELL_SHATTER,
SPELL_DISPERSAL,
SPELL_DISCHARGE,
- SPELL_BACKLIGHT,
+ SPELL_CORONA,
SPELL_INTOXICATE,
SPELL_EVAPORATE,
SPELL_FRAGMENTATION,
@@ -3120,7 +3120,7 @@ enum zap_type
ZAP_ORB_OF_FRAGMENTATION,
ZAP_THROW_ICICLE,
ZAP_ICE_STORM,
- ZAP_BACKLIGHT,
+ ZAP_CORONA,
ZAP_HIBERNATION,
ZAP_FLAME_TONGUE,
ZAP_SANDBLAST,