diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uLandGraphics.pas --- a/hedgewars/uLandGraphics.pas Sun Nov 21 19:14:45 2010 +0300 +++ b/hedgewars/uLandGraphics.pas Sun Nov 21 19:41:19 2010 +0300 @@ -40,7 +40,7 @@ function TryPlaceOnLand(cpX, cpY: LongInt; Obj: TSprite; Frame: LongInt; doPlace: boolean): boolean; implementation -uses SDLh, uLandTexture, uVariables, uUtils, uIO; +uses SDLh, uLandTexture, uVariables, uUtils, uDebug; procedure FillCircleLines(x, y, dx, dy: LongInt; Value: Longword); var i: LongInt;