# HG changeset patch # User nemo # Date 1343445390 14400 # Node ID 9cc5a25869783511437023b0934bc228581679ab # Parent 8511a3f899d3b7cc8f9d0fdbd11c7ea56667b6fe oops diff -r 8511a3f899d3 -r 9cc5a2586978 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Fri Jul 27 19:27:39 2012 -0400 +++ b/hedgewars/uGearsHedgehog.pas Fri Jul 27 23:16:30 2012 -0400 @@ -487,7 +487,7 @@ TurnTimeLeft:=(Ammoz[a].TimeAfterTurn * cGetAwayTime) div 100; end; if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) and (HHGear <> nil) then - HHGear^.State:= HHGear^.State and (not gstAttacked); + HHGear^.State:= HHGear^.State or gstAttacked; if (Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then ApplyAmmoChanges(CurrentHedgehog^) end;