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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 31a3bc5102..f81ca07ba5 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -82,7 +82,8 @@ int apply_area_within_radius(int (*func) (int, int, int, int),
int x, int y, int pow, int radius, int ctype);
char spell_direction( struct dist &spelld, struct bolt &pbolt,
- int restrict = DIR_NONE, int mode = TARG_ENEMY );
+ targeting_type restrict = DIR_NONE,
+ int mode = TARG_ENEMY );
void apply_area_cloud(int (*func) (int, int, int, int), int x, int y,
int pow, int number, int ctype);