summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-28 21:42:26 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-28 22:03:08 +0200
commit44021c291bf9244de73c07ec632a5a52e38601ab (patch)
treef02213fc00f9e5591295ab631c2cb7b9d96e35e8 /crawl-ref/source/cloud.h
parentab7c9a4add192d35c08e1c2df3da38c2210aa434 (diff)
downloadcrawl-ref-44021c291bf9244de73c07ec632a5a52e38601ab.tar.gz
crawl-ref-44021c291bf9244de73c07ec632a5a52e38601ab.zip
Ensure all tornado clouds are gone when the cooldown expires.
They're almost guaranteed to expire beforehand, but with strange turn durations they sometimes don't, causing warnings about stepping into the cloud.
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 57d24ccbe6..b6d24991f9 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -48,4 +48,5 @@ bool is_damaging_cloud(cloud_type type, bool temp = false);
bool is_harmless_cloud(cloud_type type);
bool in_what_cloud(cloud_type type);
+void remove_tornado_clouds(mid_t whose);
#endif