equal
deleted
inserted
replaced
232 if (CurAmmoGear <> nil) |
232 if (CurAmmoGear <> nil) |
233 and ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) <> 0) |
233 and ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) <> 0) |
234 and ((Gear^.Message and gmLJump) <> 0) |
234 and ((Gear^.Message and gmLJump) <> 0) |
235 and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) <> 0) then |
235 and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) <> 0) then |
236 begin |
236 begin |
237 newDx:= dX / CurAmmoGear^.stepFreq; |
237 newDx:= dX; |
238 newDy:= dY / CurAmmoGear^.stepFreq; |
238 newDy:= dY; |
239 altUse:= true |
239 altUse:= true |
240 end |
240 end |
241 else |
241 else |
242 begin |
242 begin |
243 newDx:= xx*Power/cPowerDivisor; |
243 newDx:= xx*Power/cPowerDivisor; |