hedgewars/uAI.pas
changeset 6462 0758fbec9b9f
parent 6460 e3cc8ec51cd3
child 6580 6155187bf599
equal deleted inserted replaced
6460:e3cc8ec51cd3 6462:0758fbec9b9f
    34      uVariables, uCommands, uUtils, uDebug;
    34      uVariables, uCommands, uUtils, uDebug;
    35 
    35 
    36 var BestActions: TActions;
    36 var BestActions: TActions;
    37     CanUseAmmo: array [TAmmoType] of boolean;
    37     CanUseAmmo: array [TAmmoType] of boolean;
    38     StopThinking: boolean;
    38     StopThinking: boolean;
    39 {$IFDEF USE_SDL_THREADS} 
    39 {$IFDEF USE_SDLTHREADS} 
    40     ThinkThread: PSDL_Thread = nil;
    40     ThinkThread: PSDL_Thread = nil;
    41 {$ELSE}
    41 {$ELSE}
    42     ThinkThread: TThreadID;
    42     ThinkThread: TThreadID;
    43 {$ENDIF}
    43 {$ENDIF}
    44     hasThread: LongInt;
    44     hasThread: LongInt;