hedgewars/uTypes.pas
changeset 7194 d8e68cbca7ee
parent 7180 53ffc8853008
parent 7191 9419294e5f33
child 7278 000e4543f204
--- a/hedgewars/uTypes.pas	Mon Jun 04 21:32:30 2012 +0400
+++ b/hedgewars/uTypes.pas	Thu Jun 07 17:42:32 2012 +0400
@@ -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;