changeset 2770 | 851313907bcb |
parent 2762 | 2fbc8d35eb52 |
child 2771 | 477957a89881 |
--- a/hedgewars/uGears.pas Mon Feb 08 15:56:43 2010 +0000 +++ b/hedgewars/uGears.pas Mon Feb 08 16:03:58 2010 +0000 @@ -673,6 +673,7 @@ and not isInMultiShoot then begin if (TurnTimeLeft = 5000) + and (not PlacingHogs) and (CurrentHedgehog^.Gear <> nil) and ((CurrentHedgehog^.Gear^.State and gstAttacked) = 0) then PlaySound(sndHurry, CurrentTeam^.voicepack);