hedgewars/uGears.pas
changeset 13171 9f80c08cdae9
parent 13096 d78e65c66573
child 13214 9c81e34f1933
equal deleted inserted replaced
13170:98a0edb4bb5a 13171:9f80c08cdae9
  1117 begin
  1117 begin
  1118 s:= s; // avoid compiler hint
  1118 s:= s; // avoid compiler hint
  1119 if not isExternalSource then
  1119 if not isExternalSource then
  1120     SendIPC(_S',');
  1120     SendIPC(_S',');
  1121 uStats.Skipped;
  1121 uStats.Skipped;
  1122 skipFlag:= true
  1122 skipFlag:= true;
       
  1123 ScriptCall('onSkipTurn');
  1123 end;
  1124 end;
  1124 
  1125 
  1125 procedure chHogSay(var s: shortstring);
  1126 procedure chHogSay(var s: shortstring);
  1126 var Gear: PVisualGear;
  1127 var Gear: PVisualGear;
  1127     text: shortstring;
  1128     text: shortstring;