diff -r 53ffc8853008 -r d8e68cbca7ee hedgewars/uTypes.pas --- 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;