summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-30 22:50:31 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-30 22:50:31 -0600
commita6b5f5a65f59114f4b2f03312f7dc56fdaf57802 (patch)
tree4050702156db2934bd1185596116ab43bee9069e /crawl-ref/source/spl-data.h
parenta1f80c0991a7646d0038d4961415c5d1b7762e71 (diff)
downloadcrawl-ref-a6b5f5a65f59114f4b2f03312f7dc56fdaf57802.tar.gz
crawl-ref-a6b5f5a65f59114f4b2f03312f7dc56fdaf57802.zip
Fix some issues with TAG_MAJOR_VERSION > 34.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index b89e529fdc..09da985cfb 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -3516,6 +3516,7 @@ struct spell_desc
false
},
+#if TAG_MAJOR_VERSION == 34
{
SPELL_REARRANGE_PIECES, "Rearrange the Pieces",
SPTYP_HEXES,
@@ -3528,6 +3529,7 @@ struct spell_desc
false,
false
},
+#endif
{
SPELL_MAJOR_DESTRUCTION, "Major Destruction",