hedgewars/uAI.pas
changeset 599 7c7b90c402d3
parent 553 5478386d935f
child 602 f7628ebfccde
--- 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}