--- 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