# HG changeset patch # User nemo # Date 1315663999 14400 # Node ID 180ffae2c03934e41a38f0e7fee6f8af36e5327e # Parent d53a77964ae761274c9b8024c96e1d0d616431ed This condition should have been removed when I was changing targetting diff -r d53a77964ae7 -r 180ffae2c039 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat Sep 10 14:43:16 2011 +0200 +++ b/hedgewars/HHHandlers.inc Sat Sep 10 10:13:19 2011 -0400 @@ -53,7 +53,6 @@ HHGear^.Message:= HHGear^.Message and not gmSlot; ammoidx:= 0; if ((HHGear^.State and (gstAttacking or gstAttacked)) <> 0) or - (TargetPoint.X <> NoPointX) or ((MultiShootAttacks > 0) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEnd) = 0)) or ((HHGear^.State and gstHHDriven) = 0) then exit; ChangeAmmo:= true;