hedgewars/uLandGraphics.pas
changeset 2716 b9ca1bfca24f
parent 2695 ed789a7ef68d
child 2733 52a5a160566f
--- a/hedgewars/uLandGraphics.pas	Tue Jan 26 04:13:37 2010 +0000
+++ b/hedgewars/uLandGraphics.pas	Tue Jan 26 21:55:51 2010 +0000
@@ -27,9 +27,9 @@
                                    Left, Right: LongInt;
                                    end;
 
-function SweepDirty: boolean;
-function Despeckle(X, Y: LongInt): boolean;
-function CheckLandValue(X, Y: LongInt; Color: Word): boolean;
+function  SweepDirty: boolean;
+function  Despeckle(X, Y: LongInt): boolean;
+function  CheckLandValue(X, Y: LongInt; Color: Word): boolean;
 procedure DrawExplosion(X, Y, Radius: LongInt);
 procedure DrawHLinesExplosions(ar: PRangeArray; Radius: LongInt; y, dY: LongInt; Count: Byte);
 procedure DrawTunnel(X, Y, dX, dY: hwFloat; ticks, HalfWidth: LongInt);