--- a/hedgewars/CCHandlers.inc Thu Apr 24 15:03:57 2008 +0000
+++ b/hedgewars/CCHandlers.inc Thu Apr 24 15:19:33 2008 +0000
@@ -370,6 +370,7 @@
procedure chSkip(var s: shortstring);
begin
if not CurrentTeam^.ExtDriven then SendIPC(',');
+PlaySound(sndBoring, false);
TurnTimeLeft:= 0
end;