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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index aea2d92342..a98d295e4e 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -20,7 +20,8 @@ struct bolt;
bool backlight_monsters(coord_def where, int pow, int garbage);
int make_a_normal_cloud(int x, int y, int pow, int spread_rate,
- cloud_type ctype, kill_category);
+ cloud_type ctype, kill_category,
+ killer_type killer = KILL_NONE);
int disperse_monsters(coord_def where, int pow, int message);
void cast_bend(int pow);