summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index bbc0993942..be571cd77d 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -4365,7 +4365,7 @@ static void _compile_time_asserts()
COMPILE_CHECK(SK_EVOCATIONS == 39 , c2);
COMPILE_CHECK(SP_VAMPIRE == 30 , c3);
COMPILE_CHECK(SPELL_DEBUGGING_RAY == 103 , c4);
- COMPILE_CHECK(SPELL_PETRIFY == 156 , c5);
+ COMPILE_CHECK(SPELL_PETRIFY == 155 , c5);
COMPILE_CHECK(NUM_SPELLS == 206 , c6);
//jmf: NEW ASSERTS: we ought to do a *lot* of these