summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 06:19:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 06:19:10 +0000
commit46f0d2976d466ec51891a0efa0b674293d184763 (patch)
tree6f964e2c4d0d3741661abd3fb0ae141e069d598d /crawl-ref/source/fight.cc
parentb381a5459d7135f92a818fc5009c30c6031c82d7 (diff)
downloadcrawl-ref-46f0d2976d466ec51891a0efa0b674293d184763.tar.gz
crawl-ref-46f0d2976d466ec51891a0efa0b674293d184763.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7940 c06c8d41-db1a-0410-9941-cceddc491573
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);