summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-19 19:59:56 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-19 20:03:17 +0200
commited9563133047e307b2700fa565ddd297372f9fa5 (patch)
treeeb4ccb96bf4db9db273d65f4a80e3295d1ffc7cb /crawl-ref/source/decks.h
parentc5ec0f40796ef09463c124d3645e7b718833923b (diff)
downloadcrawl-ref-ed9563133047e307b2700fa565ddd297372f9fa5.tar.gz
crawl-ref-ed9563133047e307b2700fa565ddd297372f9fa5.zip
Bump save compat, in order to recover from monster_spells.
The problematic spells happen to be the same that add a massive number of enchantments and alter save structure, adding save compat for those would require a lot of work and be risky. Thus, it's easier to rewind, and then re-apply parts that we do want to keep.
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 42996bd256..608c37b72f 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -87,9 +87,6 @@ enum card_type
CARD_SUMMON_FLYING, // wisps and butterflies
CARD_SUMMON_SKELETON,
CARD_SUMMON_UGLY,
-#if TAG_MAJOR_VERSION == 33
- CARD_REMOVED_1,
-#endif
CARD_POTION,
CARD_FOCUS,