diff -r 9e0b5a6bcecf -r 905c554d62e6 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sat May 09 11:57:47 2009 +0000 +++ b/hedgewars/uConsole.pas Mon May 11 18:56:55 2009 +0000 @@ -36,7 +36,7 @@ implementation {$J+} uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, - uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh, uSound; + uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh, uSound, uVisualGears; const cLineWidth: LongInt = 0; cLinesCount = 256;