diff -r 9654205a9424 -r 43945842da0c hedgewars/uKeys.pas --- a/hedgewars/uKeys.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uKeys.pas Thu Nov 18 12:12:51 2010 +0300 @@ -82,8 +82,7 @@ {$ENDIF} {$ENDIF} implementation -uses uConsole, uCommands, uMisc, uVariables, uConsts, uUtils; -//const KeyNumber = 1024; +uses uConsole, uCommands, uMisc, uVariables, uConsts, uUtils, uIO; var tkbd, tkbdn: TKeyboardState; KeyNames: array [0..cKeyMaxIndex] of string[15];