summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-01 19:39:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-01 19:39:53 +0000
commit25c9c865c5b38e10cb8212d8ce35cce6d3f648b1 (patch)
tree0ff1687fe93884472591d99d65f91b6fa0584410 /crawl-ref/source/fight.cc
parent70b9b520633e1b82ba4da8743b7fd4461f883128 (diff)
downloadcrawl-ref-25c9c865c5b38e10cb8212d8ce35cce6d3f648b1.tar.gz
crawl-ref-25c9c865c5b38e10cb8212d8ce35cce6d3f648b1.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8086 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 9f8a75d8ea..eda351c88a 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2198,7 +2198,7 @@ enum chaos_type
// XXX: We might want to vary the probabilities for the various effects
// based on whether the source is weapon of chaos or a monster with
-// AF_CHAOS
+// AF_CHAOS.
void melee_attack::chaos_affects_defender()
{
const bool mon = defender->atype() == ACT_MONSTER;