From c693a42ee37df1042d530d39df04a7d8489eefbc Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 23 Aug 2009 22:20:06 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10596 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index e214ee434f..887eb6c650 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -1973,7 +1973,7 @@ void melee_attack::_monster_die(monsters* monster, killer_type killer, { const bool chaos = (damage_brand == SPWPN_CHAOS); - // Copy defender before it gets reset by monster_die() + // Copy defender before it gets reset by monster_die(). monsters* def_copy = NULL; if (chaos) def_copy = new monsters(*monster); @@ -3551,7 +3551,7 @@ bool melee_attack::player_check_monster_died() { #if DEBUG_DIAGNOSTICS // note: doesn't take account of special weapons, etc. - mprf( MSGCH_DIAGNOSTICS, "Hit for %d.", damage_done ); + mprf(MSGCH_DIAGNOSTICS, "Hit for %d.", damage_done); #endif player_monattk_hit_effects(true); -- cgit v1.2.3-54-g00ecf