# HG changeset patch # User nemo # Date 1266286992 0 # Node ID df7ec369992bf9ec4dcae6ab3a3bc1504a7bf1a6 # Parent 4494dab9ef6aa05021d6254b08d1d619d49cb411 Should be equivalent, but in any case, not needed 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;