diff -r bb66dd64916b -r 7c7b90c402d3 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Tue Sep 18 18:42:50 2007 +0000 +++ b/hedgewars/uAI.pas Tue Sep 18 18:53:54 2007 +0000 @@ -30,9 +30,9 @@ var BestActions: TActions; CanUseAmmo: array [TAmmoType] of boolean; StopThinking: boolean; - ThinkThread: THandle; + ThinkThread: TThreadID; hasThread: LongInt = 0; - + procedure FreeActionsList; begin {$IFDEF DEBUGFILE}AddFileLog('FreeActionsList called');{$ENDIF}