summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:44:14 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-12 19:44:14 +1000
commit576ccd691ef3a7e3a779845cc52d6d223f819dd8 (patch)
treeb66258d38c2cd7a36799d729c641e3cf3ee0d01f /crawl-ref/source/enum.h
parent87db512f77a2420f9ffbb25286d34c874e9e0509 (diff)
downloadcrawl-ref-576ccd691ef3a7e3a779845cc52d6d223f819dd8.tar.gz
crawl-ref-576ccd691ef3a7e3a779845cc52d6d223f819dd8.zip
Rename SPELL_MASS_SLEEP -> SPELL_ENGLACIATION.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 775bdc26b8..ac07751bde 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2822,7 +2822,7 @@ enum spell_type
SPELL_SUMMON_DRAGON,
SPELL_TAME_BEASTS,
SPELL_HIBERNATION,
- SPELL_MASS_SLEEP,
+ SPELL_ENGLACIATION,
SPELL_DETECT_SECRET_DOORS,
SPELL_SEE_INVISIBLE,
SPELL_PHASE_SHIFT,