From 106fb6de1cf3523c10197dc8e02ec44e94523f18 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 1 May 2007 14:47:53 +0000 Subject: Type safety, cast cleanups, etc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1401 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-util.h') diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h index 25e98a5933..25335d0530 100644 --- a/crawl-ref/source/spl-util.h +++ b/crawl-ref/source/spl-util.h @@ -96,8 +96,8 @@ 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, kill_category), - int x, int y, int pow, int number, int ctype, +void apply_area_cloud(int (*func) (int, int, int, cloud_type, kill_category), + int x, int y, int pow, int number, cloud_type ctype, kill_category); const char *spelltype_name(unsigned int which_spelltype); -- cgit v1.2.3-54-g00ecf