diff -r a29135563e94 -r e1a77ae57065 hedgewars/uCollisions.pas --- a/hedgewars/uCollisions.pas Wed Jan 25 19:45:39 2006 +0000 +++ b/hedgewars/uCollisions.pas Wed Feb 01 20:42:53 2006 +0000 @@ -56,7 +56,7 @@ function TestCollisionYwithXYShift(Gear: PGear; ShiftX, ShiftY: integer; Dir: integer): boolean; implementation -uses uMisc, uConsts, uLand, uGraphics; +uses uMisc, uConsts, uLand, uLandGraphics; type TCollisionEntry = record X, Y, Radius: integer;