diff -r 8daf1ee0b9a3 -r 0f396d0c429d hedgewars/CCHandlers.inc --- 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; +