hedgewars/uAIAmmoTests.pas
changeset 9145 6b51a32e48ed
parent 9137 d987230b85ed
child 9160 fc46e75f6b72
child 9495 2fc346fadae3
--- a/hedgewars/uAIAmmoTests.pas	Fri Jun 07 12:51:09 2013 +0400
+++ b/hedgewars/uAIAmmoTests.pas	Fri Jun 07 15:23:04 2013 +0400
@@ -330,7 +330,7 @@
 function TestMolotov(Me: PGear; Targ: TTarget; Level: LongInt; var ap: TAttackParams): LongInt;
 var Vx, Vy, r: real;
     Score, EX, EY, valueResult: LongInt;
-    TestTime: Longword;
+    TestTime: LongInt;
     x, y, dY, meX, meY: real;
     t: LongInt;
 begin
@@ -382,7 +382,7 @@
 const tDelta = 24;
 var Vx, Vy, r: real;
     Score, EX, EY, valueResult: LongInt;
-    TestTime: Longword;
+    TestTime: LongInt;
     x, y, meX, meY, dY: real;
     t: LongInt;
 begin