summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.h')
-rw-r--r--crawl-ref/source/spells4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index 29580a7b29..92cc3ae0ae 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -18,7 +18,7 @@
const char *your_hand(bool plural);
bool backlight_monsters(int x, int y, int pow, int garbage);
-int make_a_normal_cloud(int x, int y, int pow, int ctype);
+int make_a_normal_cloud(int x, int y, int pow, int ctype, kill_category);
int disperse_monsters(int x, int y, int pow, int message);
void cast_bend(int pow);