diff -r 9a4bbc1f67a2 -r fd04228971b3 hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Wed Oct 06 15:37:56 2010 -0400 +++ b/hedgewars/uAmmos.pas Wed Oct 06 20:20:54 2010 -0400 @@ -243,7 +243,8 @@ if Count = 0 then begin PackAmmo(Ammo, Ammoz[AmmoType].Slot); - SwitchNotHeldAmmo(Hedgehog) + //SwitchNotHeldAmmo(Hedgehog); + CurAmmoType:= amNothing end end end