mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-22 11:51:10 +00:00
Fix an issue where gamepad options for player 4 ended up binding settings for player 3 instead.
This commit is contained in:
parent
203050dc04
commit
630552f428
1 changed files with 1 additions and 1 deletions
|
@ -8685,7 +8685,7 @@ static void M_Setup3PJoystickMenu(INT32 choice)
|
||||||
|
|
||||||
static void M_Setup4PJoystickMenu(INT32 choice)
|
static void M_Setup4PJoystickMenu(INT32 choice)
|
||||||
{
|
{
|
||||||
setupcontrolplayer = 3;
|
setupcontrolplayer = 4;
|
||||||
OP_JoystickSetDef.prevMenu = &OP_Joystick4Def;
|
OP_JoystickSetDef.prevMenu = &OP_Joystick4Def;
|
||||||
M_SetupJoystickMenu(choice);
|
M_SetupJoystickMenu(choice);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue