From 46f0d2976d466ec51891a0efa0b674293d184763 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 24 Dec 2008 06:19:10 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7940 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index 961660bf16..3c22c76c3d 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -178,8 +178,8 @@ static int calc_your_to_hit_unarmed(int uattack = UNAT_NO_ATTACK, return your_to_hit; } -// Calculates your to-hit roll. If random_factor is true, be -// stochastic; if false, determinstic (e.g. for chardumps.) +// Calculates your to-hit roll. If random_factor is true, be stochastic; +// if false, determinstic (e.g. for chardumps). int calc_your_to_hit( bool random_factor ) { melee_attack attk(&you, NULL); -- cgit v1.2.3-54-g00ecf