hedgewars/uAmmos.pas
changeset 2818 df7ec369992b
parent 2796 7f86e7ad378b
child 2819 8c3f078bc67d
--- 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;