From 365a783ed6551f7e0273294bbe31fd0e707173fe Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 4 Aug 2008 13:39:45 +0000 Subject: Fix healing spell breakage. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6769 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf