summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 4acb673342..819d383ede 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -919,7 +919,8 @@ enum feature_property_type
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_NO_CLOUD_GEN = (1 << 7)
+ FPROP_NO_CLOUD_GEN = (1 << 7),
+ FPROP_NO_RTELE_INTO = (1 << 8)
};
// NOTE: The order of these is very important to their usage!