summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-04 13:39:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-04 13:39:45 +0000
commit365a783ed6551f7e0273294bbe31fd0e707173fe (patch)
tree00bb044f1c9843470060b58ba9b4a5e5c55518cb /crawl-ref/source/spells1.h
parenta8a831d43b0dd6728f9bce8f61c8fab9e284e71b (diff)
downloadcrawl-ref-365a783ed6551f7e0273294bbe31fd0e707173fe.tar.gz
crawl-ref-365a783ed6551f7e0273294bbe31fd0e707173fe.zip
Fix healing spell breakage.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6769 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 3df4b0f847..8c8a0f6a6c 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -30,7 +30,7 @@ bool cast_sure_blade(int power);
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-int cast_healing(int pow, const coord_def& where = coord_def(-1,1));
+int cast_healing(int pow, const coord_def& where = coord_def(0,0));
void vitalisation_chain(int amount);
void reduce_vitalisation_chain(int amount);