summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@wybt.net>2010-12-29 16:59:23 +0300
committerVsevolod Kozlov <zaba@wybt.net>2010-12-29 19:48:24 +0300
commitcdf65f0f765c7d4fec46dc4bfd57a1f7d679cb33 (patch)
tree50b50297258ef41cf93c9d1a480ceaa7fb8299a0 /crawl-ref/source/branch.h
parenta51ef52322e5d13df829e0339d9480754c67bc01 (diff)
downloadcrawl-ref-cdf65f0f765c7d4fec46dc4bfd57a1f7d679cb33.tar.gz
crawl-ref-cdf65f0f765c7d4fec46dc4bfd57a1f7d679cb33.zip
Remove altar_chance from branch data, as it is no longer used.
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 7bc8a06436..12ad7ac805 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -51,7 +51,6 @@ struct Branch
trap_type (*rand_trap_function)(int);
int (*num_fogs_function)(int);
void (*rand_fog_function)(int,fog_machine_data&);
- int altar_chance; // in percent
int travel_shortcut; // Which key to press for travel.
bool any_upstair_exits; // any upstair exits the branch (Hell branches)
bool dangerous_bottom_level; // bottom level is more dangerous than normal