typo 0.9.15
authorkoda
Tue, 28 Dec 2010 10:31:48 +0100
branch0.9.15
changeset 4730 bd74fd83929a
parent 4728 3d808af10ea0
child 4733 45b5a16c01fb
child 4734 55625e76c232
typo
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