From 662e3cb4688c794cfb3294772cc49b96e5311bb8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 12 Jun 2008 03:38:18 +0000 Subject: 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 --- crawl-ref/source/spells2.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spells2.cc') 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; -- cgit v1.2.3-54-g00ecf