hedgewars/uKeys.pas
changeset 4377 43945842da0c
parent 4374 bcefeeabaa33
child 4403 0dfe26f48ec1
--- 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];