hedgewars/GSHandlers.inc
changeset 6130 026fd01a5e2c
parent 6126 61c1161ee32f
child 6131 4e8816cf9459
equal deleted inserted replaced
6129:d1e37b104683 6130:026fd01a5e2c
  2865         DrawTunnel(HHGear^.X - HHGear^.dX * 10,
  2865         DrawTunnel(HHGear^.X - HHGear^.dX * 10,
  2866                    HHGear^.Y - _2 - HHGear^.dY * 10 + hwAbs(HHGear^.dY) * 2,
  2866                    HHGear^.Y - _2 - HHGear^.dY * 10 + hwAbs(HHGear^.dY) * 2,
  2867         HHGear^.dX,
  2867         HHGear^.dX,
  2868         HHGear^.dY,
  2868         HHGear^.dY,
  2869         20 + cHHRadius * 2,
  2869         20 + cHHRadius * 2,
  2870         cHHRadius * 2 + 6);
  2870         cHHRadius * 2 + 7);
  2871 
  2871 
  2872         upd := 0
  2872         upd := 0
  2873     end;
  2873     end;
  2874 
  2874 
  2875     if Gear^.Health < Gear^.Damage then
  2875     if Gear^.Health < Gear^.Damage then