hedgewars/CCHandlers.inc
changeset 48 0f396d0c429d
parent 37 2b7f2a43b999
child 55 e09f7c952a40
--- a/hedgewars/CCHandlers.inc	Thu Jan 12 16:33:26 2006 +0000
+++ b/hedgewars/CCHandlers.inc	Thu Jan 12 22:07:36 2006 +0000
@@ -334,3 +334,9 @@
 flagMakeCapture:= true
 end;
 
+procedure chSkip(var s: shortstring);
+begin
+if not CurrentTeam.ExtDriven then SendIPC(',');
+TurnTimeLeft:= 0
+end;
+