summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 20:13:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 20:13:07 +0000
commitf21c5f55faad3f142d36916119288dc0def578c6 (patch)
treeb01a056c26c459f99ef67f5b7aa878e23f47407b /crawl-ref/source/fight.cc
parent2af2ded06186dd52ca9afd658203cd18c0d3d416 (diff)
downloadcrawl-ref-f21c5f55faad3f142d36916119288dc0def578c6.tar.gz
crawl-ref-f21c5f55faad3f142d36916119288dc0def578c6.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8334 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 511ac39987..7ac45f91ad 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4650,7 +4650,8 @@ void melee_attack::mons_perform_attack_rounds()
mprf("%s", special_damage_message.c_str());
// Defender banished. Bail before chaos_killed_defender()
- // is called, since the defender is still alive in the Abyss.
+ // is called, since the defender is still alive in the
+ // Abyss.
if (!defender->alive())
{
if (chaos_attack && attacker->alive())