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 a7f84b819a..bdfacc04be 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -133,7 +133,7 @@ bool restore_stat(unsigned char which_stat, unsigned char stat_gain,
* called from: ability - spell
* *********************************************************************** */
bool summon_general_creature(int pow, monster_type mon, beh_type beha,
- bool god_gift);
+ int numsc = -1, bool god_gift = false);
// last updated 24may2000 {dlb}