# HG changeset patch # User nemo # Date 1265633381 0 # Node ID aa3120a9e22c1e059bafcccd5826bcce52764b78 # Parent 8a5685581aebf1c7f22cfb934e6c9e4a3043eabb redundant diff -r 8a5685581aeb -r aa3120a9e22c hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Mon Feb 08 12:49:21 2010 +0000 +++ b/hedgewars/uAmmos.pas Mon Feb 08 12:49:41 2010 +0000 @@ -75,8 +75,7 @@ Ammo^[Ammoz[a].Slot, mi[Ammoz[a].Slot]].Count:= 0; Ammo^[Ammoz[a].Slot, mi[Ammoz[a].Slot]].InitialCount:= 0; - if ((GameFlags and gfPlaceHog) <> 0) and (a = amTeleport) then - Ammo^[Ammoz[a].Slot, mi[Ammoz[a].Slot]].Count:= AMMO_INFINITE; + Ammo^[Ammoz[a].Slot, mi[Ammoz[a].Slot]].Count:= AMMO_INFINITE; inc(mi[Ammoz[a].Slot]) end end