summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index e63c136fa3..97f3c240ff 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -18,8 +18,8 @@ struct bolt;
bool cast_sure_blade(int power);
int cast_healing(int pow, bool divine_ability = false,
- const coord_def& where = coord_def(0,0),
- targ_mode_type mode = TARG_NUM_MODES);
+ const coord_def& where = coord_def(0, 0),
+ bool not_self = false, targ_mode_type mode = TARG_NUM_MODES);
void remove_divine_vigour();
bool cast_divine_vigour();