From d358ba6df56b55e8e16aa7572458501f8544f1e1 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 18 Nov 2009 13:55:33 -0600 Subject: Fix compilation. --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index 52b6ac829d..06b7741f76 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -1231,7 +1231,7 @@ bool cast_summon_swarm(int pow, god_type god) if (create_monster( mgen_data(mon, friendly ? BEH_FRIENDLY : BEH_HOSTILE, &you, - dur, SPELL_SUMMON_SWARM : 0, + dur, SPELL_SUMMON_SWARM, you.pos(), MHITYOU, 0, god)) != -1) -- cgit v1.2.3-54-g00ecf