diff -r edae828322a0 -r 993cf173218b hedgewars/uLandGraphics.pas --- a/hedgewars/uLandGraphics.pas Wed Oct 11 19:37:48 2006 +0000 +++ b/hedgewars/uLandGraphics.pas Thu Oct 12 18:52:00 2006 +0000 @@ -12,7 +12,7 @@ procedure FillRoundInLand(X, Y, Radius: integer; Value: Longword); implementation -uses SDLh, uStore, uMisc, uLand, uConsts; +uses SDLh, uMisc, uLand, uConsts; procedure FillCircleLines(x, y, dx, dy: integer; Value: Longword); var i: integer;