summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-31 03:51:59 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-31 03:58:27 +0100
commitb7c3957576bec898916ce6eba10c506de9ad1e94 (patch)
tree7156d89635dcab4fad473d896d900ddc28041bb7 /crawl-ref/source/ng-init.cc
parenta2b2d32b14579315ebeeef49ceb0e048300e1600 (diff)
downloadcrawl-ref-b7c3957576bec898916ce6eba10c506de9ad1e94.tar.gz
crawl-ref-b7c3957576bec898916ce6eba10c506de9ad1e94.zip
Don't let sprinters detour through the Abyss.
It was not sprinty enough before; as a multi level branch it fits even less. This saves us the need to fix related crashes :p
Diffstat (limited to 'crawl-ref/source/ng-init.cc')
-rw-r--r--crawl-ref/source/ng-init.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-init.cc b/crawl-ref/source/ng-init.cc
index 9b63f89cdb..d0a5541323 100644
--- a/crawl-ref/source/ng-init.cc
+++ b/crawl-ref/source/ng-init.cc
@@ -78,7 +78,6 @@ void initialise_branch_depths()
{
brdepth.init(-1);
brdepth[BRANCH_MAIN_DUNGEON] = 1;
- brdepth[BRANCH_ABYSS] = 1;
return;
}