hedgewars/uAmmos.pas
changeset 2360 d4d545da9dbe
parent 2357 babe1a55e284
child 2364 272977d2df53
--- a/hedgewars/uAmmos.pas	Tue Sep 08 21:58:09 2009 +0000
+++ b/hedgewars/uAmmos.pas	Wed Sep 09 01:55:37 2009 +0000
@@ -107,7 +107,8 @@
                     end
                 end;
         ammos[a]:= cnt
-        end
+        end else
+            ammos[a]:= AMMO_INFINITE
     end;
 
 FillAmmoStore(StoresList[Pred(StoreCnt)], ammos)