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