hedgewars/uStats.pas
changeset 11914 c9bad8a01185
parent 11569 294ce0fa65d0
child 12095 e1bca1ebbad9
--- a/hedgewars/uStats.pas	Sat Apr 30 20:55:16 2016 +0200
+++ b/hedgewars/uStats.pas	Sat Nov 19 15:00:14 2016 +0100
@@ -141,13 +141,11 @@
         AddVoice(sndMissed, PreviousTeam^.voicepack)
     else if (AmmoUsedCount > 0) and (not isTurnSkipped) then
         begin end// nothing ?
-    else if isTurnSkipped then
+    else if isTurnSkipped and not PlacingHogs then
         begin
-        AddVoice(sndBoring, PreviousTeam^.voicepack);
+        AddVoice(sndCoward, PreviousTeam^.voicepack);
         AddCaption(FormatA(GetEventString(eidTurnSkipped), s), cWhiteColor, capgrpMessage);
         end
-    else if not PlacingHogs then
-        AddVoice(sndCoward, PreviousTeam^.voicepack);
     end;