summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-03 06:15:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-03 06:15:49 +0000
commit55e422bf9dcda3c8515848e84e079da6dc9a9ad9 (patch)
tree2c157c11685b0eabf6687db8662977228e8e9287 /crawl-ref/source/spells3.cc
parent372b7c5803a47c4f2aaa246867aeb0c4bbd2abaf (diff)
downloadcrawl-ref-55e422bf9dcda3c8515848e84e079da6dc9a9ad9.tar.gz
crawl-ref-55e422bf9dcda3c8515848e84e079da6dc9a9ad9.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8161 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 552fa11bd4..104cacd6b6 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -546,7 +546,8 @@ bool cast_shadow_creatures(god_type god)
const int monster =
create_monster(
- mgen_data(RANDOM_MONSTER, BEH_FRIENDLY, 2, SPELL_SHADOW_CREATURES,
+ mgen_data(RANDOM_MONSTER, BEH_FRIENDLY,
+ 2, SPELL_SHADOW_CREATURES,
you.pos(), you.pet_target,
MG_FORCE_BEH, god), false);
@@ -810,8 +811,8 @@ static bool _raise_remains(const coord_def &a, int corps, beh_type beha,
}
const int monster = create_monster(
- mgen_data(mon, beha, 0,
- a, hitting,
+ mgen_data(mon, beha,
+ 0, a, hitting,
0, god,
zombie_type, number));
if (mon_index != NULL)