hedgewars/uAIActions.pas
changeset 14507 184df3900ec4
parent 11046 47a8c19ecb60
child 15390 56f2c70723c8
--- 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;