hedgewars/uAI.pas
changeset 6465 1968718ea11c
parent 6463 763045535ca4
child 6580 6155187bf599
equal deleted inserted replaced
6463:763045535ca4 6465:1968718ea11c
    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;