diff -r 4494dab9ef6a -r df7ec369992b hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Mon Feb 15 23:32:34 2010 +0000 +++ b/hedgewars/uAmmos.pas Tue Feb 16 02:23:12 2010 +0000 @@ -355,7 +355,7 @@ begin for a:= 0 to cMaxSlotAmmoIndex do with StoresList[i]^[slot, a] do - if Count <> InitialCount then Count:= InitialCount; + Count:= InitialCount; PackAmmo(StoresList[i], slot) end;