summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-04 21:49:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-04 21:49:31 +0100
commit051862deebfc591d48db78858e8a6565aa02ac1b (patch)
tree2f9c20d07ae8fc562b4745afe638621b3adcd9f0 /crawl-ref/source/ng-init.cc
parent59910180e554e796fe4a8b1f095f88dccbe0ac89 (diff)
downloadcrawl-ref-051862deebfc591d48db78858e8a6565aa02ac1b.tar.gz
crawl-ref-051862deebfc591d48db78858e8a6565aa02ac1b.zip
Drop an obsolete test.
Diffstat (limited to 'crawl-ref/source/ng-init.cc')
-rw-r--r--crawl-ref/source/ng-init.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/ng-init.cc b/crawl-ref/source/ng-init.cc
index 9f494d1faf..662bf5bbb0 100644
--- a/crawl-ref/source/ng-init.cc
+++ b/crawl-ref/source/ng-init.cc
@@ -95,10 +95,6 @@ void initialise_branch_depths()
for (int i = 0; i < NUM_BRANCHES; i++)
brdepth[i] = branches[i].numlevels;
-
- // In trunk builds, test variable-length branches.
- if (numcmp(Version::Long().c_str(), "0.11-b") == -1)
- brdepth[BRANCH_ELVEN_HALLS] = random_range(3, 4);
}
#define MAX_OVERFLOW_LEVEL 9