# HG changeset patch
# User unc0rr
# Date 1190141634 0
# Node ID 7c7b90c402d3644e06ebf2be9d0a06e0b60d7b2f
# Parent  bb66dd64916bcb97c613bdb96f879ff6f07d1ec1
Fix THandle -> TThreadID

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}