summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.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/dungeon.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/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index ff0efa8b3b..86e6cc69d7 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -29,18 +29,6 @@
#define OVERFLOW_TEMPLES_KEY "overflow_temples_key"
#define TEMPLE_MAP_KEY "temple_map_key"
-#if TAG_MAJOR_VERSION == 33
-enum oldportal_type
-{
- PORTAL_NONE = 0,
- PORTAL_LABYRINTH,
- PORTAL_HELL,
- PORTAL_ABYSS,
- PORTAL_PANDEMONIUM,
- NUM_PORTALS
-};
-#endif
-
const int MAKE_GIFT_ITEM = 350; // worse than the next one
const int MAKE_GOOD_ITEM = 351;
const unsigned short INVALID_MAP_INDEX = 10000;