diff -r 5e4df5413e1e -r 8736f3a0ff7f hedgewars/uAIActions.pas --- a/hedgewars/uAIActions.pas Fri Jan 11 08:45:11 2019 -0500 +++ b/hedgewars/uAIActions.pas Mon Jan 14 12:34:47 2019 -0500 @@ -58,6 +58,7 @@ TActions = record Count, Pos: Longword; + ticks: Longword; actions: array[0..Pred(MAXACTIONS)] of TAction; Score: LongInt; isWalkingToABetterPlace: boolean;