summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-12-08 20:01:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-26 00:40:18 +0100
commit35673f843b19d211fb492608a273e56671cdc18b (patch)
tree48897bdb515e358dc737aae98b931fd24c3093f6 /crawl-ref/source/branch-data.h
parent3618f7815284163bd5c1f73f388dba0e83a95268 (diff)
downloadcrawl-ref-35673f843b19d211fb492608a273e56671cdc18b.tar.gz
crawl-ref-35673f843b19d211fb492608a273e56671cdc18b.zip
Restore save compatibility with 0.11 final.
This does not include trunk versions older than some time after 0.11 branching, although you can upgrade such saves in two steps, by loading in 0.11 and then in current trunk. I doubt this will lead to any troubles as 0.10 saves are not compatible anyway.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index ec42034e90..59b49e4526 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -320,6 +320,17 @@ const Branch branches[NUM_BRANCHES] = {
false, LIGHTGREY, BROWN, // set per-map
mons_null_rare, mons_null_level,
'8', false, 0 },
+
+#if TAG_MAJOR_VERSION == 34
+ { BRANCH_UNUSED, NUM_BRANCHES, -1, -1, 0, 0,
+ BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, 0,
+ DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
+ "Void", "a void", "Void",
+ NULL,
+ false, LIGHTGREY, BROWN,
+ mons_null_rare, mons_null_level,
+ '9', false, 0 },
+#endif
};
#endif