diff -r 0ab0d7fa1c62 -r 9a3ba4e76e38 hedgewars/uLandPainted.pas --- a/hedgewars/uLandPainted.pas Wed May 14 01:12:21 2014 +0400 +++ b/hedgewars/uLandPainted.pas Wed May 14 21:41:42 2014 +0400 @@ -111,7 +111,6 @@ begin AddFileLog('[DRAW] Line to: ('+inttostr(pe^.point.X)+','+inttostr(pe^.point.Y)+'), radius = '+inttostr(radius)); DrawThickLine(prevPoint.X, prevPoint.Y, pe^.point.X, pe^.point.Y, radius, color); - FillRoundInLand(pe^.point.X, pe^.point.Y, radius, color) end; prevPoint:= pe^.point;