mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
fix softlock when binding combo binds
This commit is contained in:
parent
423ec0da0d
commit
cf002f8fa8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user