This condition should have been removed when I was changing targetting
authornemo
Sat, 10 Sep 2011 10:13:19 -0400
changeset 5838 180ffae2c039
parent 5837 d53a77964ae7
child 5839 7ea0745912f7
This condition should have been removed when I was changing targetting
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;