summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files 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);