summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 03:38:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 03:38:18 +0000
commit662e3cb4688c794cfb3294772cc49b96e5311bb8 (patch)
tree51cebd1ada2a0902ea77ddbd8d4360b54ec099a3 /crawl-ref/source/spells2.cc
parent90af7d86d881ca87ac9471578af9725672614a90 (diff)
downloadcrawl-ref-662e3cb4688c794cfb3294772cc49b96e5311bb8.tar.gz
crawl-ref-662e3cb4688c794cfb3294772cc49b96e5311bb8.zip
Add yet more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5747 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 4346627113..0a54720815 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1405,9 +1405,9 @@ bool cast_call_canine_familiar(int pow, bool god_gift)
// postal on the caster (after taking into account
// chance of that happening to unskilled casters
// anyway).
-bool summon_elemental(int pow, bool god_gift,
- monster_type restricted_type,
- int unfriendly)
+bool cast_summon_elemental(int pow, bool god_gift,
+ monster_type restricted_type,
+ int unfriendly)
{
monster_type mon = MONS_PROGRAM_BUG;