mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
bringris:: musicvolume editable only if music available
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user