mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (escPressed) {
|
if (escPressed || DisplayComboButtonErrMsg /* temporary fix until target combos are properly fixed in re3 */) {
|
||||||
pControlEdit = nil;
|
pControlEdit = nil;
|
||||||
m_bWaitingForNewKeyBind = false;
|
m_bWaitingForNewKeyBind = false;
|
||||||
m_KeyPressedCode = -1;
|
m_KeyPressedCode = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user