summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2014-01-07 03:27:41 +0100
committerAdam Borowski <kilobyte@angband.pl>2014-01-07 04:17:51 +0100
commit1ce0708229370d23d944fdaddd64f1db0a7b3430 (patch)
treeb6b972c9846e7f4874d7f35e87b56fb4f6749db1 /crawl-ref/source/ng-init.cc
parent8c28bbf39eec5a6ed01e4ef1e13748956a092a99 (diff)
downloadcrawl-ref-1ce0708229370d23d944fdaddd64f1db0a7b3430.tar.gz
crawl-ref-1ce0708229370d23d944fdaddd64f1db0a7b3430.zip
Guarantee the Forest, for now.
There hasn't been any changes to Crypt recently, and we know it works. On the other hand, Forest needs quite a lot of balancing if it's to feature in 0.14.
Diffstat (limited to 'crawl-ref/source/ng-init.cc')
-rw-r--r--crawl-ref/source/ng-init.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-init.cc b/crawl-ref/source/ng-init.cc
index 53eaa4ed2c..fef69c56f2 100644
--- a/crawl-ref/source/ng-init.cc
+++ b/crawl-ref/source/ng-init.cc
@@ -95,6 +95,8 @@ void initialise_branch_depths()
};
if (Version::ReleaseType != VER_ALPHA)
disabled_branch[2] = BRANCH_FOREST;
+ else
+ disabled_branch[2] = BRANCH_CRYPT;
for (unsigned int i = 0; i < ARRAYSZ(disabled_branch); ++i)
{