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/spells1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells1.h') diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h index 2cf9deee53..62f9ae37cb 100644 --- a/crawl-ref/source/spells1.h +++ b/crawl-ref/source/spells1.h @@ -56,7 +56,7 @@ int cast_healing(int power); /* *********************************************************************** * called from: beam - it_use3 - spells - spells1 * *********************************************************************** */ -void big_cloud(int clouds, kill_category whose, int cl_x, int cl_y, +void big_cloud(cloud_type cl_type, kill_category whose, int cl_x, int cl_y, int pow, int size); @@ -70,7 +70,7 @@ int blink(void); /* *********************************************************************** * called from: spell * *********************************************************************** */ -int cast_big_c(int pow, int cty, kill_category whose, bolt &beam); +int cast_big_c(int pow, cloud_type cty, kill_category whose, bolt &beam); void cast_confusing_touch(int power); void cast_cure_poison(int mabil); int allowed_deaths_door_hp(void); -- cgit v1.2.3-54-g00ecf