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 9fc45ef1b0..57de63e987 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -155,7 +155,7 @@ void summon_animals(int pow);
* *********************************************************************** */
void summon_small_mammals(int pow);
-void summon_berserker();
+bool summon_berserker(int pow, bool god_gift);
// last updated 24may2000 {dlb}
/* ***********************************************************************