hedgewars/uStats.pas
changeset 6290 c6245ed6cbc0
parent 6014 b432c4b9cc9b
child 6453 11c578d30bd3
--- 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