hedgewars/uAmmos.pas
branchwebgl
changeset 8026 4a4f21070479
parent 7754 e81dc9bef8b8
child 9127 e350500c4edb
--- a/hedgewars/uAmmos.pas	Sun Nov 11 16:53:16 2012 +0100
+++ b/hedgewars/uAmmos.pas	Sun Nov 11 17:15:19 2012 +0100
@@ -257,7 +257,7 @@
             Ammo^[Slot, ami]:= Ammo^[Slot, ami + 1];
             Ammo^[Slot, ami + 1].Count:= 0
             end;
-    until not b;
+    until (not b);
 AmmoMenuInvalidated:= true;
 end;