# HG changeset patch # User unc0rr # Date 1408862629 -14400 # Node ID 0d20f6fc038a286aa916c66c88e2d5d911c6eb18 # Parent 0e0c3936412f3536543ce81561c9e8806cf0e8de Better diagnostics in log, even though it shouldn't matter anymore 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;