diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uKeys.pas --- a/hedgewars/uKeys.pas Sun Nov 21 19:14:45 2010 +0300 +++ b/hedgewars/uKeys.pas Sun Nov 21 19:41:19 2010 +0300 @@ -82,7 +82,7 @@ {$ENDIF} {$ENDIF} implementation -uses uConsole, uCommands, uMisc, uVariables, uConsts, uUtils, uIO; +uses uConsole, uCommands, uMisc, uVariables, uConsts, uUtils, uDebug; var tkbd, tkbdn: TKeyboardState; KeyNames: array [0..cKeyMaxIndex] of string[15];