summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 17:43:13 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 17:43:13 +0000
commit5c24925f58d47b33b39a15c018c316b0b26fbd1c (patch)
treed72cb6864c83e2759f49b0b902f0ca2e1d7c5cb5 /crawl-ref/source/spells1.h
parentdfe6cae403c98140e69f6edd5f1c72df875b04be (diff)
downloadcrawl-ref-5c24925f58d47b33b39a15c018c316b0b26fbd1c.tar.gz
crawl-ref-5c24925f58d47b33b39a15c018c316b0b26fbd1c.zip
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
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 1 insertions, 1 deletions
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);