summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 09:03:37 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 09:03:37 +0000
commit14f96d4f59e4c91915bb15d2f4ca845e6e2e459e (patch)
tree0d4e442574394649b916aaecef060cda9a6c4282 /crawl-ref/source/cloud.h
parent42d4567bed5358f70d8205f17f65c380e6ad65f7 (diff)
downloadcrawl-ref-14f96d4f59e4c91915bb15d2f4ca845e6e2e459e.tar.gz
crawl-ref-14f96d4f59e4c91915bb15d2f4ca845e6e2e459e.zip
Remove unneeded methods (including the old resistance screen), rename
debugging functions, and some other clean-up. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5757 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index ae0bd5dd79..931a94aee2 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -42,8 +42,8 @@ void move_cloud( int cloud, int new_x, int new_y );
void check_place_cloud( cloud_type cl_type, int x, int y, int lifetime,
kill_category whose, int spread_rate = -1 );
-void place_cloud(cloud_type cl_type, int ctarget_x, int ctarget_y,
- int cl_range, kill_category whose, int spread_rate = -1 );
+void place_cloud( cloud_type cl_type, int ctarget_x, int ctarget_y,
+ int cl_range, kill_category whose, int spread_rate = -1 );
void manage_clouds(void);
@@ -59,6 +59,7 @@ std::string cloud_name(cloud_type type);
bool is_damaging_cloud(cloud_type type, bool temp = false);
+// fog generator
void place_fog_machine(fog_machine_type fm_type, cloud_type cl_type,
int x, int y, int size, int power);
@@ -69,7 +70,7 @@ bool valid_fog_machine_data(fog_machine_data data);
int num_fogs_for_place(int level_number = -1,
const level_id &place = level_id::current());
fog_machine_data random_fog_for_place(int level_number = -1,
- const level_id &place = level_id::current());
+ const level_id &place = level_id::current());
int fogs_pan_number(int level_number = -1);
fog_machine_data fogs_pan_type(int level_number = -1);