From 25c9c865c5b38e10cb8212d8ce35cce6d3f648b1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 1 Jan 2009 19:39:53 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8086 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/fight.cc') 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; -- cgit v1.2.3-54-g00ecf