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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 3c480d8668..e64095654a 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -95,9 +95,9 @@ int apply_one_neighbouring_square(int (*func) (int, int, int, int),
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,
+bool spell_direction( dist &spelld, bolt &pbolt,
targeting_type restrict = DIR_NONE,
- int mode = TARG_ENEMY,
+ targ_mode_type mode = TARG_ENEMY,
const char *prompt = NULL );
void apply_area_cloud(int (*func) (int, int, int, cloud_type, kill_category),