From 9a0d6db186259aae900f30afb26322640487e97d Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 2 Dec 2009 13:02:40 +0100 Subject: Remove FPROP_FORCE_EXCLUDE. It's not used anymore, and has issues, such as revealing information on the level map. --- crawl-ref/source/fprop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/fprop.h') 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), -- cgit v1.2.3-54-g00ecf