diff -r 95ffd59d0f4a -r c6245ed6cbc0 hedgewars/uStats.pas --- a/hedgewars/uStats.pas Sat Nov 05 12:10:49 2011 -0400 +++ b/hedgewars/uStats.pas Sat Nov 05 20:43:20 2011 +0300 @@ -129,7 +129,7 @@ else if AmmoDamagingUsed then AddVoice(sndMissed, PreviousTeam^.voicepack) - else if (AmmoUsedCount > 0) and not isTurnSkipped then + else if (AmmoUsedCount > 0) and (not isTurnSkipped) then // nothing ? else if isTurnSkipped then begin