changeset 7068 | b1b7eb9c8cc9 |
parent 7061 | 4e0fc59ab1ce |
child 7135 | 4d863aadd0b2 |
--- 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;