hedgewars/uAIActions.pas
changeset 14512 184df3900ec4
parent 11046 47a8c19ecb60
child 15395 56f2c70723c8
equal deleted inserted replaced
14511:a4d560aeda96 14512:184df3900ec4
    56         Time: Longword;
    56         Time: Longword;
    57         end;
    57         end;
    58 
    58 
    59     TActions = record
    59     TActions = record
    60         Count, Pos: Longword;
    60         Count, Pos: Longword;
       
    61         ticks: Longword;
    61         actions: array[0..Pred(MAXACTIONS)] of TAction;
    62         actions: array[0..Pred(MAXACTIONS)] of TAction;
    62         Score: LongInt;
    63         Score: LongInt;
    63         isWalkingToABetterPlace: boolean;
    64         isWalkingToABetterPlace: boolean;
    64         end;
    65         end;
    65 
    66