summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-02 00:17:07 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-03-03 16:31:09 -0500
commitbe29d668379c021951a873db687e5881d4bde602 (patch)
treec614e8a1f39622ca0c6760bf34cb3c26fabd7637 /crawl-ref/source/branch-data.h
parent1a3bbcab46e501c0aca98b69347b8dab13da39da (diff)
downloadcrawl-ref-be29d668379c021951a873db687e5881d4bde602.tar.gz
crawl-ref-be29d668379c021951a873db687e5881d4bde602.zip
Purge some references to Forest.
In particular, ctrl-O should no longer mention the branch.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index 8e333a5d4a..4b21aaddf5 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -181,7 +181,7 @@ const Branch branches[NUM_BRANCHES] =
NULL,
true, BLACK, BLACK, // set per-map
'Z', true, 0 },
-
+#if TAG_MAJOR_VERSION == 34
{ BRANCH_FOREST, BRANCH_VAULTS, 2, 3, 5, 19,
0, 0,
DNGN_ENTER_FOREST, DNGN_RETURN_FROM_FOREST,
@@ -189,6 +189,7 @@ const Branch branches[NUM_BRANCHES] =
NULL,
true, BROWN, BROWN,
'F', true, 0 },
+#endif
{ BRANCH_ABYSS, NUM_BRANCHES, -1, -1, 5, 24,
BFLAG_NO_XLEV_TRAVEL, LFLAG_NO_TELE_CONTROL | LFLAG_NO_MAP,