changeset 79 | 29b477319854 |
parent 75 | d2b737858ff7 |
child 80 | 3c3dc6a148ca |
--- 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;