mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Merge branch 'sound-menu-fix' into 'master'
Sound options menu fixes Closes #160 See merge request STJr/SRB2Internal!250
This commit is contained in:
commit
a10514b5ef
1 changed files with 3 additions and 2 deletions
|
|
@ -2953,8 +2953,9 @@ boolean M_Responder(event_t *ev)
|
|||
return true;
|
||||
M_StartControlPanel();
|
||||
M_Options(0);
|
||||
currentMenu = &OP_SoundOptionsDef;
|
||||
itemOn = 0;
|
||||
// Uncomment the below if you want the menu to reset to the top each time like before. M_SetupNextMenu will fix it automatically.
|
||||
//OP_SoundOptionsDef.lastOn = 0;
|
||||
M_SetupNextMenu(&OP_SoundOptionsDef);
|
||||
return true;
|
||||
|
||||
case KEY_F5: // Video Mode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue