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 5716d35098..9bee716e1d 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -120,7 +120,7 @@ bool cast_summon_scorpions(int pow, bool god_gift = false);
* called from: ability - religion - spell
* *********************************************************************** */
bool cast_summon_swarm(int pow, bool god_gift = false,
- bool force_hostile = false, bool quiet = false);
+ bool force_hostile = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************