Fix THandle -> TThreadID
authorunc0rr
Tue, 18 Sep 2007 18:53:54 +0000
changeset 599 7c7b90c402d3
parent 598 bb66dd64916b
child 600 f6e5f4e122db
Fix THandle -> TThreadID
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}