summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fprop.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-02 13:02:40 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-02 13:54:21 +0100
commit9a0d6db186259aae900f30afb26322640487e97d (patch)
tree934075b3ae5a01a3785cbdb0381f68bd12426899 /crawl-ref/source/fprop.h
parent8543fdca766cf69eb39b69a199496cb0779501df (diff)
downloadcrawl-ref-9a0d6db186259aae900f30afb26322640487e97d.tar.gz
crawl-ref-9a0d6db186259aae900f30afb26322640487e97d.zip
Remove FPROP_FORCE_EXCLUDE.
It's not used anymore, and has issues, such as revealing information on the level map.
Diffstat (limited to 'crawl-ref/source/fprop.h')
-rw-r--r--crawl-ref/source/fprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fprop.h b/crawl-ref/source/fprop.h
index e6fe37e9a9..04898519f3 100644
--- a/crawl-ref/source/fprop.h
+++ b/crawl-ref/source/fprop.h
@@ -15,7 +15,7 @@ enum feature_property_type
FPROP_VAULT = (1 << 4),
FPROP_HIGHLIGHT = (1 << 5), // Highlight grids on the X map for debugging.
// NOTE: Bloody floor and sanctuary are exclusive.
- FPROP_FORCE_EXCLUDE = (1 << 6),
+ FPROP_UNUSED = (1 << 6), // used to be force_exclude
FPROP_NO_CLOUD_GEN = (1 << 7),
FPROP_NO_RTELE_INTO = (1 << 8),
FPROP_NO_CTELE_INTO = (1 << 9),