From 70ccdafc3a303d517cb2b05496fead7cc1f96334 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 17 May 2008 16:32:45 +0000 Subject: Add still more comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5097 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index 5699bacf0e..656b11f8d3 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -142,7 +142,7 @@ bool test_melee_hit(int to_hit, int ev) // This function returns the "extra" stats the player gets because of // choice of weapon... it's used only for giving warnings when a player -// weilds a less than ideal weapon. +// wields a less than ideal weapon. int effective_stat_bonus( int wepType ) { #ifdef USE_NEW_COMBAT_STATS @@ -704,8 +704,8 @@ bool melee_attack::player_attack() damage_done = 0; else { - // This actually does more than calculate damage - it also sets up - // messages, etc. + // This actually does more than calculate damage - it also + // sets up messages, etc. player_calc_hit_damage(); } -- cgit v1.2.3-54-g00ecf