diff -r 4554c4df9f1a -r a1fcfc341a52 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Wed Nov 17 16:31:30 2010 +0300 +++ b/hedgewars/uConsole.pas Wed Nov 17 17:22:36 2010 +0300 @@ -38,7 +38,7 @@ implementation uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uMobile, - uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript; + uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript, uTypes; const cLineWidth: LongInt = 0; cLinesCount = 256;