hedgewars/uGears.pas
changeset 7805 2a249a4faf5b
parent 7767 d1ea9b3f543e
child 7850 fcbb024090a4
equal deleted inserted replaced
7804:9122461ae32b 7805:2a249a4faf5b
  1221 
  1221 
  1222 
  1222 
  1223 procedure chSkip(var s: shortstring);
  1223 procedure chSkip(var s: shortstring);
  1224 begin
  1224 begin
  1225 s:= s; // avoid compiler hint
  1225 s:= s; // avoid compiler hint
  1226 if not CurrentTeam^.ExtDriven then
  1226 if not isExternalSource then
  1227     SendIPC(_S',');
  1227     SendIPC(_S',');
  1228 uStats.Skipped;
  1228 uStats.Skipped;
  1229 skipFlag:= true
  1229 skipFlag:= true
  1230 end;
  1230 end;
  1231 
  1231