hedgewars/uLandPainted.pas
branch0.9.15
changeset 4730 bd74fd83929a
parent 4728 3d808af10ea0
child 4779 53f7e964a338
child 4900 8ad0e23e6d63
--- 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