hedgewars/uAmmos.pas
changeset 3931 fd04228971b3
parent 3836 833c0f32e326
child 3939 e6fddcb04dc2
--- 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