hedgewars/uAIActions.pas
changeset 75 d2b737858ff7
parent 74 42257fee61ae
child 80 3c3dc6a148ca
equal deleted inserted replaced
74:42257fee61ae 75:d2b737858ff7
    32  *)
    32  *)
    33 
    33 
    34 unit uAIActions;
    34 unit uAIActions;
    35 interface
    35 interface
    36 uses uGears;
    36 uses uGears;
    37 const MAXACTIONS = 32;
    37 const MAXACTIONS = 96;
    38       aia_none       = 0;
    38       aia_none       = 0;
    39       aia_Left       = 1;
    39       aia_Left       = 1;
    40       aia_Right      = 2;
    40       aia_Right      = 2;
    41       aia_Timer      = 3;
    41       aia_Timer      = 3;
    42       aia_attack     = 4;
    42       aia_attack     = 4;