summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);