fix softlock when binding combo binds

This commit is contained in:
GaryOderNichts 2021-02-01 21:24:17 +01:00
parent 423ec0da0d
commit cf002f8fa8

View File

@ -872,7 +872,7 @@ CMenuManager::CheckCodesForControls(int typeOfControl)
#endif
}
if (escPressed) {
if (escPressed || DisplayComboButtonErrMsg /* temporary fix until target combos are properly fixed in re3 */) {
pControlEdit = nil;
m_bWaitingForNewKeyBind = false;
m_KeyPressedCode = -1;