summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-13 02:52:46 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-13 12:03:48 +0200
commit074c6cd091731ce21112d3f3bd67844c39620e02 (patch)
tree511aed4062fdc462b3e74e87a35c99de5308524d /crawl-ref/source/cloud.h
parent7b9b1f7bb8ca038cb4ac29867fc1e4a2cbbd4a56 (diff)
downloadcrawl-ref-074c6cd091731ce21112d3f3bd67844c39620e02.tar.gz
crawl-ref-074c6cd091731ce21112d3f3bd67844c39620e02.zip
Make several functions static.
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index f2e76a8b14..de05411d2d 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -83,8 +83,6 @@ bool is_harmless_cloud(cloud_type type);
bool in_what_cloud (cloud_type type);
cloud_type in_what_cloud ();
-int actual_spread_rate(cloud_type type, int spread_rate);
-
// fog generator
void place_fog_machine(fog_machine_type fm_type, cloud_type cl_type,
int x, int y, int size, int power);