hedgewars/uAIActions.pas
changeset 3165 3ec07a7d8456
parent 2630 079ef82eac75
child 3236 4ab3917d7d44
equal deleted inserted replaced
3164:569fd65261d0 3165:3ec07a7d8456
    20 
    20 
    21 unit uAIActions;
    21 unit uAIActions;
    22 interface
    22 interface
    23 uses uGears, uFloat;
    23 uses uGears, uFloat;
    24 
    24 
    25 const MAXACTIONS = 96;
    25 const MAXACTIONS     = 96;
    26       aia_none       = 0;
    26       aia_none       = 0;
    27       aia_Left       = 1;
    27       aia_Left       = 1;
    28       aia_Right      = 2;
    28       aia_Right      = 2;
    29       aia_Timer      = 3;
    29       aia_Timer      = 3;
    30       aia_attack     = 4;
    30       aia_attack     = 4;