From 7fec7efc88ca3be5d84b116f4c131940f4537e6e Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 13 Jun 2008 19:14:52 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5782 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mstuff2.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/mstuff2.cc') diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc index d6be6d1032..4b2cc07dfe 100644 --- a/crawl-ref/source/mstuff2.cc +++ b/crawl-ref/source/mstuff2.cc @@ -2243,7 +2243,7 @@ bolt mons_spells( int spell_cast, int power ) } // end mons_spells() static int _monster_abjure_square(const coord_def &pos, - int power, int test_only, + int power, int actual, int wont_attack) { const int mindex = mgrd(pos); @@ -2317,7 +2317,7 @@ static int _monster_abjuration(const monsters *caster, bool actual) int number_hit = _apply_radius_around_square(caster->pos(), rad, _monster_abjure_square, - pow, !actual, wont_attack); + pow, actual, wont_attack); maffected += number_hit; -- cgit v1.2.3-54-g00ecf