changeset 1806 | 3c4f0886c123 |
parent 1792 | c30c6944bd49 |
child 1807 | 795f97007833 |
--- a/hedgewars/uLandGraphics.pas Wed Feb 18 16:28:21 2009 +0000 +++ b/hedgewars/uLandGraphics.pas Wed Feb 18 16:35:03 2009 +0000 @@ -37,7 +37,7 @@ function TryPlaceOnLand(cpX, cpY: LongInt; Obj: TSprite; Frame: LongInt; doPlace: boolean): boolean; implementation -uses SDLh, uMisc, uLand; +uses SDLh, uMisc, uLand, uLandTexture; procedure FillCircleLines(x, y, dx, dy: LongInt; Value: Longword); var i: LongInt;