diff -r 0e0c3936412f -r 0d20f6fc038a hedgewars/uGears.pas --- a/hedgewars/uGears.pas Fri Aug 22 20:18:13 2014 +0400 +++ b/hedgewars/uGears.pas Sun Aug 24 10:43:49 2014 +0400 @@ -462,7 +462,10 @@ end; if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then + begin + AddFileLog('hiTicks increment (current team is local or gone)'); inc(hiTicks) // we do not recieve a message for this + end end; AddRandomness(CheckSum); TurnClockActive:= prevtime <> TurnTimeLeft;