summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-04 12:08:45 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-11-04 18:49:49 +0100
commitf4a9aed257bbdd264fb1ef43e7b29b3cc599cd65 (patch)
tree70042038bf72f6b79369d88b0e020e7aa574b613 /crawl-ref/source/branch.h
parent098fb841048d00ee0dba84e07650edd96f91d881 (diff)
downloadcrawl-ref-f4a9aed257bbdd264fb1ef43e7b29b3cc599cd65.tar.gz
crawl-ref-f4a9aed257bbdd264fb1ef43e7b29b3cc599cd65.zip
Branch data for "LEVEL_" and lua branches.
It's amazing how much redundancy and inconsistency can be removed by unifying this code. This commit only adds the data in a common format yet.
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 9e58a1ab0b..71086739ad 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -16,6 +16,7 @@ enum branch_flag_type
BFLAG_HAS_ORB = (1 << 3), // Orb is on the floor in this branch
BFLAG_ISLANDED = (1 << 4), // May have isolated zones with no stairs.
+ BFLAG_NO_XLEV_TRAVEL = (1 << 5), // Can't cross-level travel to or from it.
};
struct Branch