hedgewars/uConsole.pas
changeset 6982 8d41d22a291d
parent 6700 e04da46ee43c
child 6990 40e5af28d026
--- 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