changeset 4374 | bcefeeabaa33 |
parent 4373 | fe0e3903bb9e |
child 4414 | cb90b7f82cd5 |
--- 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;