hedgewars/uAmmos.pas
changeset 3319 af0d256205c1
parent 3255 6d6f4241debe
child 3346 967fd96f7373
--- a/hedgewars/uAmmos.pas	Wed Apr 07 03:02:19 2010 +0000
+++ b/hedgewars/uAmmos.pas	Wed Apr 07 03:29:38 2010 +0000
@@ -344,7 +344,11 @@
         begin
         for a:= 0 to cMaxSlotAmmoIndex do
             with StoresList[i]^[slot, a] do
-                if (Propz and ammoprop_NotBorder) <> 0 then Count:= 0;
+                if (Propz and ammoprop_NotBorder) <> 0 then 
+                    begin
+                    Count:= 0;
+                    InitialCount:= 0
+                    end;
 
         PackAmmo(StoresList[i], slot)
         end;