diff -r 0e4e0db79e2a -r b9ca1bfca24f hedgewars/uLandGraphics.pas --- 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);