diff -r 22bbf0392b71 -r d972b31f8881 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sat Sep 30 20:31:07 2017 +0200 +++ b/hedgewars/uGears.pas Sat Sep 30 21:54:47 2017 +0200 @@ -53,7 +53,7 @@ uses uStore, uSound, uTeams, uRandom, uIO, uLandGraphics, {$IFDEF USE_TOUCH_INTERFACE}uTouch,{$ENDIF} uLocale, uAmmos, uStats, uVisualGears, uScript, uVariables, - uCommands, uUtils, uTextures, uRenderUtils, uGearsRender, uCaptions, uDebug, + uCommands, uUtils, uTextures, uRenderUtils, uGearsRender, uCaptions, uGearsHedgehog, uGearsUtils, uGearsList, uGearsHandlersRope , uVisualGearsList, uGearsHandlersMess, uAI;