changeset 7061 | 4e0fc59ab1ce |
parent 7053 | 8c9dcaedc7a8 |
child 7068 | b1b7eb9c8cc9 |
--- a/hedgewars/uGears.pas Fri May 11 23:03:28 2012 +0400 +++ b/hedgewars/uGears.pas Fri May 11 23:22:01 2012 +0400 @@ -446,7 +446,7 @@ begin if (not CurrentTeam^.ExtDriven) then begin - SendIPC('#'); + SendIPCc('#'); AddFileLog('hiTicks increment message sent') end; @@ -1161,7 +1161,7 @@ begin s:= s; // avoid compiler hint if not CurrentTeam^.ExtDriven then - SendIPC(','); + SendIPCc(','); uStats.Skipped; skipFlag:= true end;