hedgewars/uAIAmmoTests.pas
changeset 80 3c3dc6a148ca
parent 79 29b477319854
child 82 2f4f3236cccc
--- a/hedgewars/uAIAmmoTests.pas	Sun Jul 16 08:13:51 2006 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Thu Jul 20 20:11:32 2006 +0000
@@ -195,7 +195,7 @@
   y:= y + vY;
   if TestColl(round(x), round(y), 2) then
      begin
-     Result:= RateShove(Me, round(x), round(y), 25, 25) * 1024;
+     Result:= RateShove(Me, round(x), round(y), 25, 25);
      if Result = 0 then Result:= - Metric(Targ.X, Targ.Y, round(x), round(y)) div 64;
      exit
      end