oops
authornemo
Thu, 09 May 2013 18:19:17 -0400
changeset 8970 35103b1a014c
parent 8969 ff121fd3d08f
child 8971 fcb29a13b1b1
oops
hedgewars/uAIMisc.pas
--- 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;