diff -r 46caab3a8f84 -r cb90b7f82cd5 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Mon Nov 22 21:43:31 2010 +0300 +++ b/hedgewars/uConsole.pas Mon Nov 22 21:49:57 2010 +0300 @@ -28,7 +28,7 @@ function GetLastConsoleLine: shortstring; implementation -uses uMisc, Types, uVariables, uUtils; +uses Types, uVariables, uUtils; const cLineWidth: LongInt = 0; cLinesCount = 256;