--- a/hedgewars/uAIActions.pas Tue Jan 01 02:22:01 2019 +0100
+++ b/hedgewars/uAIActions.pas Tue Jan 01 02:25:18 2019 +0100
@@ -58,6 +58,7 @@
TActions = record
Count, Pos: Longword;
+ ticks: Longword;
actions: array[0..Pred(MAXACTIONS)] of TAction;
Score: LongInt;
isWalkingToABetterPlace: boolean;