hedgewars/uAIActions.pas
branch0.9.25
changeset 14585 8736f3a0ff7f
parent 11046 47a8c19ecb60
child 15390 56f2c70723c8
--- 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;