diff -r 110266ba2ef7 -r ef52dae4130b hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Fri Jul 03 22:00:32 2009 +0000 +++ b/hedgewars/uAmmos.pas Fri Jul 03 22:02:13 2009 +0000 @@ -159,7 +159,7 @@ if (Ammo^[Slot, ami].Count = 0) and (Ammo^[Slot, ami + 1].Count > 0) then b:= true else inc(ami); - if b then // there's a free item in ammo stack + if b then // there is a free item in ammo stack begin Ammo^[Slot, ami]:= Ammo^[Slot, ami + 1]; Ammo^[Slot, ami + 1].Count:= 0