summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-26 15:14:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-11-04 18:49:49 +0100
commit056f6852212e01acabe9e51229d097ca1383e7f1 (patch)
tree0940351c46b98d48aeeec0b30b0fe075e618463f /crawl-ref/source/branch.h
parentd5ad62174708309634660b1c4b2b74c16c64bf75 (diff)
downloadcrawl-ref-056f6852212e01acabe9e51229d097ca1383e7f1.tar.gz
crawl-ref-056f6852212e01acabe9e51229d097ca1383e7f1.zip
Remove BFLAG_HAS_ORB, nothing used it.
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 204d8d4982..1f678a3cc5 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -13,7 +13,6 @@ enum branch_flag_type
BFLAG_NONE = 0,
BFLAG_NO_TELE_CONTROL = (1 << 0), // Teleport control not allowed.
- 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.