summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-13 16:09:50 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-13 16:09:50 +0000
commit6e45e466e647473b51e0053ad1e595be3bc9f7c8 (patch)
tree4456ea3f603374a47d5c9f91f662dade3c72b653 /crawl-ref/source/cloud.h
parent3719e3c8c35ad7bd924373512c25ce7828d62a03 (diff)
downloadcrawl-ref-6e45e466e647473b51e0053ad1e595be3bc9f7c8.tar.gz
crawl-ref-6e45e466e647473b51e0053ad1e595be3bc9f7c8.zip
Steam and smoke now blocks LOS (1697143).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1296 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 65cb2db888..94b25834c6 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -24,4 +24,6 @@ void place_cloud(int cl_type, int ctarget_x, int ctarget_y, int cl_range,
void manage_clouds(void);
+bool is_opaque_cloud(unsigned char cloud_idx);
+
#endif