summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 16:12:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 16:12:30 +0000
commit1ca99470c2ded02192c545e3a56adb0adf906c83 (patch)
tree0ab653b835d37b511c2cb4666de3f0f9a5623649 /crawl-ref/source/spells2.h
parent190362624bde9bc69f60de234c22f8d3294ed886 (diff)
downloadcrawl-ref-1ca99470c2ded02192c545e3a56adb0adf906c83.tar.gz
crawl-ref-1ca99470c2ded02192c545e3a56adb0adf906c83.zip
Rename variables.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5540 c06c8d41-db1a-0410-9941-cceddc491573
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 55edd2fff5..cd7a368d0d 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -136,8 +136,8 @@ bool summon_general_creature_spell(spell_type spell, int pow,
bool god_gift = false);
bool summon_general_creature(int pow, bool quiet, monster_type mon,
- beh_type beha, int hostile = -1,
- int numsc = -1, bool god_gift = false);
+ beh_type beha, int hostile = -1, int dur = -1,
+ bool god_gift = false);
// last updated 24may2000 {dlb}