diff -r aa8d68817c32 -r 9419294e5f33 hedgewars/uTypes.pas --- 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;