diff -r 4f2b1a152979 -r f4a0ec067601 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Wed Nov 17 20:58:23 2010 +0300 +++ b/hedgewars/uGears.pas Wed Nov 17 22:07:03 2010 +0300 @@ -60,7 +60,7 @@ function GetLaunchY(at: TAmmoType; angle: LongInt): LongInt; implementation -uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand, uIO, uLandGraphics, +uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics, uAIMisc, uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit, uMobile, uVariables; const MAXROPEPOINTS = 384;