Should be equivalent, but in any case, not needed
authornemo
Tue, 16 Feb 2010 02:23:12 +0000
changeset 2818 df7ec369992b
parent 2817 4494dab9ef6a
child 2819 8c3f078bc67d
Should be equivalent, but in any case, not needed
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;