diff -r 045e8162c9cd -r 8d41d22a291d hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Tue May 01 20:54:30 2012 +0400 +++ b/hedgewars/uConsole.pas Tue May 01 19:56:55 2012 +0200 @@ -31,8 +31,8 @@ implementation uses Types, uVariables, uUtils {$IFDEF ANDROID}, log in 'log.pas'{$ENDIF}; -const cLineWidth: LongInt = 0; - cLinesCount = 8; +const cLinesCount = 8; +var cLineWidth: LongInt; type TTextLine = record