summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-19 22:05:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-19 22:05:10 +0000
commit1c720433509df9bf95daf49ee505c0d2c1d1f61b (patch)
treea288a47257708e19128c7ed23b258377affeb3d1 /crawl-ref/source/fight.cc
parentb4c0033f33bfcd8e997ad150fef6b814bdae6088 (diff)
downloadcrawl-ref-1c720433509df9bf95daf49ee505c0d2c1d1f61b.tar.gz
crawl-ref-1c720433509df9bf95daf49ee505c0d2c1d1f61b.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5142 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 a63a8af7a1..0cf190b189 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4173,8 +4173,8 @@ static inline int player_weapon_str_weight( void )
return (ret);
}
-// weapon_dex_weight() + weapon_str_weight == 10 so we only need define
-// one of these.
+// weapon_dex_weight() + weapon_str_weight == 10, so we only need to
+// define one of these.
static inline int player_weapon_dex_weight( void )
{
return (10 - player_weapon_str_weight());