hedgewars/uTypes.pas
changeset 7191 9419294e5f33
parent 7034 e3639ce1d4f8
child 7194 d8e68cbca7ee
child 7272 71df899c4163
--- a/hedgewars/uTypes.pas	Wed Jun 06 17:56:39 2012 -0400
+++ b/hedgewars/uTypes.pas	Thu Jun 07 01:10:57 2012 +0200
@@ -308,7 +308,7 @@
         TeamDamage : Longword;
         end;
 
-    TBinds = array[0..cKeyMaxIndex] of shortstring;
+    TBinds = array[0..cKbdMaxIndex] of shortstring;
     TKeyboardState = array[0..cKeyMaxIndex] of Byte;
 
     PVoicepack = ^TVoicepack;