summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@wybt.net>2010-12-23 18:39:03 +0300
committerVsevolod Kozlov <zaba@wybt.net>2010-12-23 18:39:03 +0300
commit6bb017a86ab2e563960a2dce27e9ae32777987f6 (patch)
tree0cd42b7bca9ee08055f43451c2fb96e182b9f184 /crawl-ref/source/fprop.h
parenta775628f97c5562e23182f75429eac49e2a4f0fa (diff)
downloadcrawl-ref-6bb017a86ab2e563960a2dce27e9ae32777987f6.tar.gz
crawl-ref-6bb017a86ab2e563960a2dce27e9ae32777987f6.zip
Use MMT_VAULT instead of FPROP_VAULT, and remove the latter.
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 9e68bac625..186eaec517 100644
--- a/crawl-ref/source/fprop.h
+++ b/crawl-ref/source/fprop.h
@@ -9,7 +9,7 @@ enum feature_property_type
FPROP_SANCTUARY_1 = (1 << 0),
FPROP_SANCTUARY_2 = (1 << 2),
FPROP_BLOODY = (1 << 3),
- FPROP_VAULT = (1 << 4),
+ FPROP_UNUSED_2 = (1 << 4), // Used to be 'vault'.
FPROP_HIGHLIGHT = (1 << 5), // Highlight on the X map for debugging.
// NOTE: Bloody floor and sanctuary are exclusive.
FPROP_UNUSED = (1 << 6), // used to be force_exclude