mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
bringris:: musicvolume editable only if music available
This commit is contained in:
@@ -1350,7 +1350,7 @@ void settings_menu() {
|
|||||||
|
|
||||||
#if CAP_AUDIO
|
#if CAP_AUDIO
|
||||||
add_edit(effvolume);
|
add_edit(effvolume);
|
||||||
add_edit(musicvolume);
|
if(music_available) add_edit(musicvolume);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
dialog::addBreak(100);
|
dialog::addBreak(100);
|
||||||
|
Reference in New Issue
Block a user