hedgewars/CCHandlers.inc
changeset 866 ac6f6c95c23f
parent 784 b203147d91b5
child 871 f1bf00b7fd5a
--- 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;