fix custom key bind for frame advance

This commit is contained in:
Jamiras 2021-12-13 13:24:45 -07:00
parent cf1a5901fc
commit 32f3f81a2c
1 changed files with 1 additions and 1 deletions

View File

@ -8613,7 +8613,7 @@ switch(msg)
break;
}
if(which >= IDC_HOTKEY1 && which <= IDC_HOTKEY13)
if(which >= IDC_HOTKEY1 && which <= IDC_HOTKEY14)
{
int offset = which - IDC_HOTKEY1;
hotkey_dialog_items[index][offset].key_entry->key = wParam;