summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 6afb307431..d294fdb9d3 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -88,8 +88,9 @@ char spell_direction( struct dist &spelld, struct bolt &pbolt,
int mode = TARG_ENEMY,
const char *prompt = NULL );
-void apply_area_cloud(int (*func) (int, int, int, int), int x, int y,
- int pow, int number, int ctype);
+void apply_area_cloud(int (*func) (int, int, int, int, kill_category),
+ int x, int y, int pow, int number, int ctype,
+ kill_category);
const char *spelltype_name(unsigned int which_spelltype);