summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 04:54:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 04:54:57 +0000
commit4406258079282fb38da52df875ccd76ee70941bd (patch)
tree37d7c5a953e8013e4f7d81b9fd4a4585e34122ec /crawl-ref/source/spells2.h
parent2eca4d6c7a1f9490725d206f0ae53506f08ec20b (diff)
downloadcrawl-ref-4406258079282fb38da52df875ccd76ee70941bd.tar.gz
crawl-ref-4406258079282fb38da52df875ccd76ee70941bd.zip
Consolidate "Summon Dragon" into summon_general_creature() as well.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5523 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index a64039277e..ef6d4534ef 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -132,9 +132,9 @@ 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,
- int unfriendly = -1, int numsc = -1,
- bool god_gift = false);
+bool summon_general_creature(int pow, bool quiet, monster_type mon,
+ beh_type beha, int unfriendly = -1,
+ int numsc = -1, bool god_gift = false);
// last updated 24may2000 {dlb}