tweak of placement
authornemo
Tue, 09 Feb 2010 18:34:49 +0000
changeset 2782 c00a932f075f
parent 2781 49e57c09985c
child 2783 1532fde15179
tweak of placement
hedgewars/uStats.pas
--- 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;