diff -r 1d0022336fbb -r e59614bffc3f hedgewars/uGears.pas --- a/hedgewars/uGears.pas Thu May 08 18:38:52 2008 +0000 +++ b/hedgewars/uGears.pas Thu May 08 20:30:34 2008 +0000 @@ -451,11 +451,11 @@ end; if (not CurrentTeam^.ExtDriven) and - ((GameTicks and $FFFF) = $FFFF) then - begin - SendIPCTimeInc; - inc(hiTicks) // we do not recieve a message for this - end; + ((GameTicks and $FFFF) = $FFFF) then + begin + SendIPCTimeInc; + inc(hiTicks) // we do not recieve a message for this + end; inc(GameTicks) end;