changeset 9737 | f0769402350c |
parent 9731 | 953197ac43d8 |
child 9950 | 2759212a27de |
child 9998 | 736015b847e3 |
--- 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;