diff -r edae828322a0 -r 993cf173218b hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Wed Oct 11 19:37:48 2006 +0000 +++ b/hedgewars/uConsole.pas Thu Oct 12 18:52:00 2006 +0000 @@ -33,7 +33,7 @@ implementation {$J+} -uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uSound, uWorld, uLand, uRandom; +uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand, uRandom; const cLineWidth: integer = 0; cLinesCount = 256;