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