summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 95f78bd93d..d8d62c9f27 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -157,7 +157,7 @@ bool cast_tukimas_dance(int pow, bool god_gift = false,
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-bool cast_conjure_ball_lightning(int pow);
+bool cast_conjure_ball_lightning(int pow, bool god_gift = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************