--- a/hedgewars/uAmmos.pas Sat Oct 09 18:00:53 2010 +0200
+++ b/hedgewars/uAmmos.pas Sat Oct 09 18:01:47 2010 +0200
@@ -243,7 +243,8 @@
if Count = 0 then
begin
PackAmmo(Ammo, Ammoz[AmmoType].Slot);
- SwitchNotHeldAmmo(Hedgehog)
+ //SwitchNotHeldAmmo(Hedgehog);
+ CurAmmoType:= amNothing
end
end
end;