diff -r 3d808af10ea0 -r bd74fd83929a hedgewars/uLandPainted.pas --- a/hedgewars/uLandPainted.pas Mon Dec 27 22:22:50 2010 +0100 +++ b/hedgewars/uLandPainted.pas Tue Dec 28 10:31:48 2010 +0100 @@ -149,7 +149,7 @@ begin if (pe^.point.flags and $80 <> 0) then begin - {$IFDEF DEBUGBFILE}AddFileLog('[DRAW] Move to: ('+inttostr(pe^.point.X)+','+inttostr(pe^.point.Y)+')');{$ENDIF} + {$IFDEF DEBUGFILE}AddFileLog('[DRAW] Move to: ('+inttostr(pe^.point.X)+','+inttostr(pe^.point.Y)+')');{$ENDIF} FillRoundInLand(pe^.point.X, pe^.point.Y, 34, lfBasic) end else