diff -r f98ec3aecf4e -r b1b7eb9c8cc9 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sat May 12 22:44:39 2012 +0400 +++ b/hedgewars/uGears.pas Sat May 12 22:50:33 2012 +0400 @@ -446,7 +446,7 @@ begin if (not CurrentTeam^.ExtDriven) then begin - SendIPCc('#'); + SendIPC(_S'#'); AddFileLog('hiTicks increment message sent') end; @@ -1161,7 +1161,7 @@ begin s:= s; // avoid compiler hint if not CurrentTeam^.ExtDriven then - SendIPCc(','); + SendIPC(_S','); uStats.Skipped; skipFlag:= true end;