mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 08:56:38 +03:00
ControllerConfig done
Fix Cam enum
This commit is contained in:
parent
8baf410669
commit
537aaca5c2
18 changed files with 2872 additions and 275 deletions
|
@ -1467,7 +1467,7 @@ void CMenuManager::Process(void)
|
|||
else {
|
||||
DMAudio.PlayFrontEndSound(SOUND_FRONTEND_MENU_SUCCESS, 0);
|
||||
for (int i = 0; i < 4; i++)
|
||||
ControlsManager.ClearSettingsAssociatedWithAction(m_CurrCntrlAction, i);
|
||||
ControlsManager.ClearSettingsAssociatedWithAction((e_ControllerAction)m_CurrCntrlAction, (eControllerType)i);
|
||||
field_534 = false;
|
||||
m_bKeyChangeNotProcessed = false;
|
||||
pControlEdit = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue