# HG changeset patch # User nikin # Date 1300648975 14400 # Node ID a00636066077e927fc24de80ed9658556d0ee45f # Parent a30772158f50c03e6f0cafbebe13ed382c97be90 nikin just wants to get commit count up diff -r a30772158f50 -r a00636066077 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sun Mar 20 15:07:45 2011 -0400 +++ b/hedgewars/HHHandlers.inc Sun Mar 20 15:22:55 2011 -0400 @@ -389,7 +389,7 @@ if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) and ((GameFlags and gfInfAttack) = 0) then begin if TagTurnTimeLeft = 0 then TagTurnTimeLeft:= TurnTimeLeft; - TurnTimeLeft:=Ammoz[a].TimeAfterTurn * cGetAwayTime div 100; + TurnTimeLeft:=(Ammoz[a].TimeAfterTurn * cGetAwayTime) div 100; end; if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) then State:= State or gstAttacked; if (CurAmmoGear <> nil) and ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) <> 0) then