summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 62f8d93ce2..65cb2db888 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -17,8 +17,10 @@
void delete_cloud( int cloud );
void move_cloud( int cloud, int new_x, int new_y );
-void check_place_cloud( int cl_type, int x, int y, int lifetime );
-void place_cloud(unsigned char cl_type, unsigned char ctarget_x, unsigned char ctarget_y, unsigned char cl_range);
+void check_place_cloud( int cl_type, int x, int y, int lifetime,
+ kill_category whose );
+void place_cloud(int cl_type, int ctarget_x, int ctarget_y, int cl_range,
+ kill_category whose);
void manage_clouds(void);