diff -r 9654205a9424 -r 43945842da0c hedgewars/uGears.pas --- a/hedgewars/uGears.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uGears.pas Thu Nov 18 12:12:51 2010 +0300 @@ -45,7 +45,7 @@ function GetLaunchY(at: TAmmoType; angle: LongInt): LongInt; implementation -uses uWorld, uMisc, uStore, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics, +uses uWorld, uStore, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics, uAIMisc, uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit, uMobile, uVariables, uCommands, uUtils, uTextures;