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 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());