mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 06:44:10 +00:00
ProcessButtonPresses and fixes
This commit is contained in:
parent
31d16d395e
commit
d5a6e17079
18 changed files with 1763 additions and 756 deletions
|
@ -2327,7 +2327,7 @@ void CControllerConfigManager::ResetSettingOrder(e_ControllerAction action)
|
|||
|
||||
bool init = false;
|
||||
|
||||
if (isexist)
|
||||
if (!isexist)
|
||||
{
|
||||
for (int32 k = 0; k < MAX_CONTROLLERTYPES; k++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue