mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'menu-2pcontrols-fix' into 'master'
Fix 2p control menu graying out See merge request STJr/SRB2!407
This commit is contained in:
commit
6a62edcae4
1 changed files with 3 additions and 2 deletions
|
|
@ -6837,9 +6837,10 @@ static void M_Setup2PControlsMenu(INT32 choice)
|
|||
OP_MPControlsMenu[0].status = IT_GRAYEDOUT2;
|
||||
OP_MPControlsMenu[1].status = IT_GRAYEDOUT2;
|
||||
OP_MPControlsMenu[2].status = IT_GRAYEDOUT2;
|
||||
// Hide the pause/console controls too
|
||||
// Hide the pause/console and system menu controls too
|
||||
OP_MiscControlsMenu[3].status = IT_GRAYEDOUT2;
|
||||
OP_MiscControlsMenu[4].status = IT_GRAYEDOUT2;
|
||||
OP_MiscControlsMenu[6].status = IT_GRAYEDOUT2;
|
||||
OP_MiscControlsMenu[8].status = IT_GRAYEDOUT2;
|
||||
|
||||
OP_ControlListDef.prevMenu = &OP_P2ControlsDef;
|
||||
M_SetupNextMenu(&OP_ControlListDef);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue