diff -r 5883d62b648b -r 552371cc69cc hedgewars/uGears.pas --- a/hedgewars/uGears.pas Thu Sep 08 15:39:30 2011 +0400 +++ b/hedgewars/uGears.pas Thu Sep 08 17:59:19 2011 +0400 @@ -991,7 +991,10 @@ if ((GameTicks and $FFFF) = $FFFF) then begin if (not CurrentTeam^.ExtDriven) then - SendIPCTimeInc; + begin + SendIPC('#'); + AddFileLog('hiTicks increment message sent') + end; if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then inc(hiTicks) // we do not recieve a message for this