summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-10-21 22:46:10 +1000
committerAdam Borowski <kilobyte@angband.pl>2009-10-21 15:31:14 +0200
commitd0ff6986fc942720c8c20eebfc34b78051ce393f (patch)
tree693123ad5f20e8ae84010bd67ff265b01d83a22f /crawl-ref/source/enum.h
parent36ac6df41458d10cf40fb837738b2f752bd05557 (diff)
downloadcrawl-ref-d0ff6986fc942720c8c20eebfc34b78051ce393f.tar.gz
crawl-ref-d0ff6986fc942720c8c20eebfc34b78051ce393f.zip
FPROP_NO_CLOUD_GEN, stop specific lava and shallow water grids generating relevant clouds.
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
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 a2b8d0e79e..f3a56d87c2 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -917,7 +917,8 @@ 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_FORCE_EXCLUDE = (1 << 6),
+ FPROP_NO_CLOUD_GEN = (1 << 7)
};
// NOTE: The order of these is very important to their usage!