mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix in-game sound menu (F4)
git-svn-id: https://svn.eduke32.com/eduke32@4676 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0e78bf1eb5
commit
57fd527308
1 changed files with 1 additions and 0 deletions
|
@ -1659,6 +1659,7 @@ static void M_PreMenu(MenuID_t cm)
|
|||
break;
|
||||
|
||||
case MENU_SOUND:
|
||||
case MENU_SOUND_INGAME:
|
||||
case MENU_ADVSOUND:
|
||||
ME_SOUND.disabled = (ud.config.FXDevice < 0);
|
||||
ME_SOUND_MUSIC.disabled = (ud.config.MusicDevice < 0);
|
||||
|
|
Loading…
Reference in a new issue