From 5c24925f58d47b33b39a15c018c316b0b26fbd1c Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 14 Feb 2009 17:43:13 +0000 Subject: Fix [2598159]: conjure flame not respecting range limits. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9068 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.h') diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h index f34ea6cf9f..32b6336463 100644 --- a/crawl-ref/source/spells1.h +++ b/crawl-ref/source/spells1.h @@ -45,7 +45,7 @@ void cast_chain_lightning(int pow); bool cast_revivification(int pow); void cast_berserk(void); void cast_ring_of_flames(int power); -bool conjure_flame(int pow); +bool conjure_flame(int pow, const coord_def& where); void extension(int pow); bool fireball(int pow, bolt &beam); bool stinking_cloud(int pow, bolt &beam); -- cgit v1.2.3-54-g00ecf