# HG changeset patch
# User koda
# Date 1293528708 -3600
# Node ID bd74fd83929a09251d1ede09e6c03a641a0ee35f
# Parent  3d808af10ea07c9ecffe1c7b749d9600ed8d01dd
typo

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