hedgewars/uAmmos.pas
changeset 3939 e6fddcb04dc2
parent 3935 5ca27a0e9a63
parent 3931 fd04228971b3
child 3943 9835060e5c01
equal deleted inserted replaced
3935:5ca27a0e9a63 3939:e6fddcb04dc2
   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 perfExt_NewTurnBeginning;
   251 perfExt_NewTurnBeginning;
   251 end;
   252 end;