Fix an issue where gamepad options for player 4 ended up binding settings for player 3 instead.

This commit is contained in:
wolfy852 2018-12-27 18:13:13 -06:00
parent 203050dc04
commit 630552f428

View file

@ -8685,7 +8685,7 @@ static void M_Setup3PJoystickMenu(INT32 choice)
static void M_Setup4PJoystickMenu(INT32 choice)
{
setupcontrolplayer = 3;
setupcontrolplayer = 4;
OP_JoystickSetDef.prevMenu = &OP_Joystick4Def;
M_SetupJoystickMenu(choice);
}