summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-30 16:10:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-30 16:17:29 +0200
commit4cac99eb86a8ab4194a5db7facb1e7c8dced5aa2 (patch)
tree393a07ccb1a6cbf543e1b5f20fb2995429dd37d7 /crawl-ref/source/branch.h
parent1203519ab68e5e38fa0d89bfdc0d9dc53b17f57c (diff)
downloadcrawl-ref-4cac99eb86a8ab4194a5db7facb1e7c8dced5aa2.tar.gz
crawl-ref-4cac99eb86a8ab4194a5db7facb1e7c8dced5aa2.zip
Generalize checks for disabled Lair branches.
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 3dfd0dd540..b0ff7f96fc 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -56,6 +56,7 @@ Branch& your_branch();
bool at_branch_bottom();
bool is_hell_subbranch(branch_type branch);
+bool is_random_lair_subbranch(branch_type branch);
level_id branch_entry_level(branch_type branch);
level_id current_level_parent();