summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
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;