hedgewars/uAmmos.pas
changeset 3931 fd04228971b3
parent 3836 833c0f32e326
child 3939 e6fddcb04dc2
equal deleted inserted replaced
3929:9a4bbc1f67a2 3931:fd04228971b3
   241             begin
   241             begin
   242             dec(Count);
   242             dec(Count);
   243             if Count = 0 then
   243             if Count = 0 then
   244                 begin
   244                 begin
   245                 PackAmmo(Ammo, Ammoz[AmmoType].Slot);
   245                 PackAmmo(Ammo, Ammoz[AmmoType].Slot);
   246                 SwitchNotHeldAmmo(Hedgehog)
   246                 //SwitchNotHeldAmmo(Hedgehog);
       
   247                 CurAmmoType:= amNothing
   247                 end
   248                 end
   248             end
   249             end
   249     end
   250     end
   250 end;
   251 end;
   251 
   252