hedgewars/uGears.pas
changeset 4367 f4a0ec067601
parent 4365 4f2b1a152979
child 4368 b89235e401e5
--- 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;