summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 3427537cfc..08abfaaa14 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -21,7 +21,9 @@ enum branch_flag_type
BFLAG_NO_TELE_CONTROL = (1 << 0), // Teleport control not allowed.
BFLAG_NOT_MAPPABLE = (1 << 1), // Branch levels not mappable.
BFLAG_NO_MAGIC_MAP = (1 << 2), // Branch levels can't be magic mapped.
- BFLAG_HAS_ORB = (1 << 3) // Orb is on the floor in this branch
+ BFLAG_HAS_ORB = (1 << 3), // Orb is on the floor in this branch
+
+ BFLAG_ISLANDED = (1 << 4) // May have isolated zones with no stairs.
};
struct Branch