hedgewars/uAmmos.pas
changeset 3939 e6fddcb04dc2
parent 3935 5ca27a0e9a63
parent 3931 fd04228971b3
child 3943 9835060e5c01
--- 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;