summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/acr.cc2
-rw-r--r--crawl-ref/source/enum.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index ef7ea8ec7d..2e22f2e758 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -4411,7 +4411,7 @@ static void _compile_time_asserts()
COMPILE_CHECK(SP_VAMPIRE == 30 , c3);
COMPILE_CHECK(SPELL_DEBUGGING_RAY == 103 , c4);
COMPILE_CHECK(SPELL_PETRIFY == 155 , c5);
- COMPILE_CHECK(NUM_SPELLS == 207 , c6);
+ COMPILE_CHECK(NUM_SPELLS == 211 , c6);
//jmf: NEW ASSERTS: we ought to do a *lot* of these
COMPILE_CHECK(NUM_SPECIES < SP_UNKNOWN , c7);
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 268cefcb26..96f0690059 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2894,6 +2894,10 @@ enum spell_type
SPELL_EARTH_ELEMENTALS,
SPELL_AIR_ELEMENTALS,
SPELL_SLEEP,
+ SPELL_BLINK_OTHER_CLOSER,
+ SPELL_BLINK_CLOSER,
+ SPELL_BLINK_RANGE,
+ SPELL_BLINK_AWAY,
NUM_SPELLS
};