changeset 57 | e1a77ae57065 |
parent 54 | 839fd258ae6f |
child 62 | c3eda0c68cd6 |
--- 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;