diff -r 76e68c136a11 -r 8e8b908970c2 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Thu Jun 27 14:37:03 2013 +0400 +++ b/hedgewars/uGearsHedgehog.pas Thu Jun 27 15:33:02 2013 +0400 @@ -33,8 +33,8 @@ implementation uses uConsts, uVariables, uFloat, uAmmos, uSound, uCaptions, - uCommands, uLocale, uUtils, uVisualGears, uStats, uIO, uScript, - uGearsList, uGears, uCollisions, uRandom, uStore, uTeams, + uCommands, uLocale, uUtils, uStats, uIO, uScript, + uGearsList, uCollisions, uRandom, uStore, uTeams, uGearsUtils, uVisualGearsList; var GHStepTicks: LongWord = 0;