summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index c29a535221..2cf9deee53 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -56,7 +56,8 @@ int cast_healing(int power);
/* ***********************************************************************
* called from: beam - it_use3 - spells - spells1
* *********************************************************************** */
-void big_cloud(char clouds, char cl_x, char cl_y, int pow, int size);
+void big_cloud(int clouds, kill_category whose, int cl_x, int cl_y,
+ int pow, int size);
// last updated 24may2000 {dlb}
@@ -69,7 +70,7 @@ int blink(void);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-int cast_big_c(int pow, char cty, bolt &beam);
+int cast_big_c(int pow, int cty, kill_category whose, bolt &beam);
void cast_confusing_touch(int power);
void cast_cure_poison(int mabil);
int allowed_deaths_door_hp(void);