--- a/hedgewars/uAIMisc.pas Thu May 09 09:02:06 2013 -0400
+++ b/hedgewars/uAIMisc.pas Thu May 09 18:19:17 2013 -0400
@@ -651,7 +651,8 @@
end
end
end;
-RateShove:= rate * 1024
+RateShove:= rate * 1024;
+ResetTargets
end;
function RateShotgun(Me: PGear; gdX, gdY: real; x, y: LongInt): LongInt;