# HG changeset patch # User nemo # Date 1428088808 14400 # Node ID efc14052360a1cfcac9d5c33daecaa1a24306f8e # Parent 3ea36d8d46366e257406dbc2b0647d13f9b388e5 Make FP tunnel 2px wider. diff -r 3ea36d8d4636 -r efc14052360a hedgewars/uGearsHandlersMess.pas --- a/hedgewars/uGearsHandlersMess.pas Wed Apr 01 22:46:52 2015 +0300 +++ b/hedgewars/uGearsHandlersMess.pas Fri Apr 03 15:20:08 2015 -0400 @@ -2516,7 +2516,7 @@ if hwRound(HHGear^.Y) <= Gear^.Tag - 2 then begin Gear^.Tag := hwRound(HHGear^.Y); - DrawTunnel(HHGear^.X - int2hwFloat(cHHRadius), HHGear^.Y - _1, _0_5, _0, cHHRadius * 4, 2); + DrawTunnel(HHGear^.X - int2hwFloat(cHHRadius), HHGear^.Y - _1, _0_5, _0, cHHRadius * 4+2, 2); HHGear^.State := HHGear^.State or gstNoDamage; Gear^.Y := HHGear^.Y; AmmoShove(Gear, 30, 40);