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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 9bee716e1d..6f3b4cdebf 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -145,8 +145,8 @@ bool cast_tukimas_dance(int pow, bool god_gift = false,
* *********************************************************************** */
bool summon_berserker(int pow, bool god_gift = false,
bool force_hostile = false);
-bool summon_guardian(int pow, bool god_gift = false);
-bool summon_daeva(int pow, bool god_gift = false);
+bool summon_guardian(int pow, bool god_gift = false, bool quiet = false);
+bool summon_daeva(int pow, bool god_gift = false, bool quiet = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************