summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-10-22 18:24:37 +0100
committerChris Campbell <chriscampbell89@gmail.com>2011-10-22 18:59:53 +0100
commit12b08fa0a73a1aff3326fed26b7799aa7133437b (patch)
tree002af6ab5b9f2f35c075679258e696f2148f2fc9 /crawl-ref/source/ng-init.cc
parenteaf0ac4bff1bef841f011b9ab54d001bf16444b0 (diff)
downloadcrawl-ref-12b08fa0a73a1aff3326fed26b7799aa7133437b.tar.gz
crawl-ref-12b08fa0a73a1aff3326fed26b7799aa7133437b.zip
Rename new_hive to hive, don't use the old Hive:2 vaults
The old Hive vaults remain in dat/des/branches/hive.des for now. This means that the Hive portal vault only has one map at the moment, but we can test the functionality and see how it goes, then if it's good request more maps (or rework the old ones, if that's feasible).
Diffstat (limited to 'crawl-ref/source/ng-init.cc')
-rw-r--r--crawl-ref/source/ng-init.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/ng-init.cc b/crawl-ref/source/ng-init.cc
index 81abfc03cd..52b31d8ebf 100644
--- a/crawl-ref/source/ng-init.cc
+++ b/crawl-ref/source/ng-init.cc
@@ -75,8 +75,6 @@ void initialise_branch_depths()
dprf("Disabling branch: %s", branches[disabled_branch].shortname);
branches[disabled_branch].startdepth = -1;
- dprf("Disabling hive.");
- branches[BRANCH_HIVE].startdepth = -1;
initialise_branches_for_game_type();
}