diff -r 66bb79dd248d -r 29b477319854 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Wed Jul 12 15:39:58 2006 +0000 +++ b/hedgewars/uTeams.pas Sun Jul 16 08:13:51 2006 +0000 @@ -264,10 +264,8 @@ if (Ammo[Slot, ami].Count = 0) and (Ammo[Slot, ami + 1].Count > 0) then b:= true else inc(ami); - if b then // есть пустое место - begin + if b then // there's a free item in ammo stack Ammo[Slot, ami]:= Ammo[Slot, ami + 1] - end until not b; end;