hedgewars/uStats.pas
changeset 2782 c00a932f075f
parent 2745 11fce231f24a
child 2948 3f21a9dc93d0
--- a/hedgewars/uStats.pas	Tue Feb 09 16:39:43 2010 +0000
+++ b/hedgewars/uStats.pas	Tue Feb 09 18:34:49 2010 +0000
@@ -140,7 +140,7 @@
 		PlaySound(sndBoring, PreviousTeam^.voicepack);
 		AddCaption(Format(GetEventString(eidTurnSkipped), CurrentHedgehog^.Name), cWhiteColor, capgrpMessage);
 		end
-	else
+	else if not PlacingHogs then
 		PlaySound(sndCoward, PreviousTeam^.voicepack);
 	end;