diff -r fe0e3903bb9e -r bcefeeabaa33 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Thu Nov 18 09:12:27 2010 +0300 +++ b/hedgewars/uConsole.pas Thu Nov 18 11:32:47 2010 +0300 @@ -28,7 +28,7 @@ function GetLastConsoleLine: shortstring; implementation -uses uMisc, Types, uVariables; +uses uMisc, Types, uVariables, uUtils; const cLineWidth: LongInt = 0; cLinesCount = 256;