summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 07:45:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 07:45:54 +0000
commit0ad9c71a19f44094b7108cc0d09a1b4b5ff46ad6 (patch)
treef5b1cf57a8e14bc5e74176626a3007c0574274e8 /crawl-ref/source/spells2.h
parentadcb3759e19d376726010bdb10d03eb64bf383b8 (diff)
downloadcrawl-ref-0ad9c71a19f44094b7108cc0d09a1b4b5ff46ad6.tar.gz
crawl-ref-0ad9c71a19f44094b7108cc0d09a1b4b5ff46ad6.zip
And do the same for "Summon Greater Demon".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5530 c06c8d41-db1a-0410-9941-cceddc491573
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 35fe1cc645..5b9b146005 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, bool quiet, monster_type mon,
- beh_type beha, int unfriendly = -1,
+ beh_type beha, int hostile = -1,
int numsc = -1, bool god_gift = false);