Skip to content

Commit

Permalink
Blood: Fix joystick analogue invert menu item not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyqlfpir authored and Hendricks266 committed Oct 21, 2024
1 parent 5e66463 commit 616a294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/blood/src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,7 @@ void SetupJoystickAxesMenu(CGameMenuItemChain *pItem)
pItemOptionsControlJoystickAxisAnalogue[nAxis]->m_nFocus = 0;
break;
}
pItemOptionsControlJoystickAxisAnalogueInvert[nAxis]->at20 = JoystickAnalogueInvert[nAxis];
pItemOptionsControlJoystickAxisDigitalPos[nAxis]->m_nFocus = 0;
for (int j = 0; j < NUMGAMEFUNCTIONS+1; j++)
{
Expand Down

0 comments on commit 616a294

Please sign in to comment.