author | unc0rr |
Sun, 24 Aug 2014 10:43:49 +0400 | |
changeset 10395 | 0d20f6fc038a |
parent 10394 | 0e0c3936412f |
child 10396 | 77ff1db6d6e4 |
--- 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;