mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-18 19:24:48 +00:00
bringris:: musicvolume editable only if music available
This commit is contained in:
parent
4e0f99f60b
commit
757660edd0
@ -1350,7 +1350,7 @@ void settings_menu() {
|
||||
|
||||
#if CAP_AUDIO
|
||||
add_edit(effvolume);
|
||||
add_edit(musicvolume);
|
||||
if(music_available) add_edit(musicvolume);
|
||||
#endif
|
||||
|
||||
dialog::addBreak(100);
|
||||
|
Loading…
Reference in New Issue
Block a user