summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-26 15:19:06 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-11-04 18:49:49 +0100
commit2cd481306a71b61f815186642d2afb80c1d4114a (patch)
treeb5ec8cbd203b1ca1712c8e7dbab5f650e41082a2 /crawl-ref/source/branch.h
parent056f6852212e01acabe9e51229d097ca1383e7f1 (diff)
downloadcrawl-ref-2cd481306a71b61f815186642d2afb80c1d4114a.tar.gz
crawl-ref-2cd481306a71b61f815186642d2afb80c1d4114a.zip
Remove BFLAG_NO_TELE_CONTROL, redundant with level flags.
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 1f678a3cc5..e03128d118 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -12,8 +12,6 @@ enum branch_flag_type
{
BFLAG_NONE = 0,
- BFLAG_NO_TELE_CONTROL = (1 << 0), // Teleport control not allowed.
-
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.
};