summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-16 19:45:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-16 19:45:48 +0000
commit895dcb901e305438a7f909a63231e27bb880908c (patch)
tree88baf63d649a94465d6165e7496c1a5c30ed7db7 /crawl-ref
parentce599cf45a2d662a29ff49e9f78f094a83341274 (diff)
downloadcrawl-ref-895dcb901e305438a7f909a63231e27bb880908c.tar.gz
crawl-ref-895dcb901e305438a7f909a63231e27bb880908c.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3676 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/fight.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index e5a2874e0e..ca8dbbdfc2 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -157,8 +157,7 @@ int effective_stat_bonus( int wepType )
#endif
}
-// returns random2(x) is random_factor is true, otherwise
-// the mean.
+// Returns random2(x) is random_factor is true, otherwise the mean.
static int maybe_random2( int x, bool random_factor )
{
if ( random_factor )