author | sheepluva |
Mon, 02 Dec 2013 17:13:22 +0100 | |
changeset 9737 | f0769402350c |
parent 9736 | d2b01d350035 |
child 9738 | 18bb6d1fc9d9 |
--- a/hedgewars/uCollisions.pas Mon Dec 02 16:52:15 2013 +0100 +++ b/hedgewars/uCollisions.pas Mon Dec 02 17:13:22 2013 +0100 @@ -60,7 +60,7 @@ function CalcSlopeTangent(Gear: PGear; collisionX, collisionY: LongInt; var outDeltaX, outDeltaY: LongInt; TestWord: LongWord): boolean; implementation -uses uConsts, uLandGraphics, uVariables, uDebug, uGearsList; +uses uConsts, uLandGraphics, uVariables, uDebug; type TCollisionEntry = record X, Y, Radius: LongInt;