changeset 2221 | ef52dae4130b |
parent 2176 | fc082baf448c |
child 2246 | 4f138785a3ff |
--- 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