1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

fixed merge

This commit is contained in:
Zeno Rogue 2020-11-06 15:43:18 +01:00
parent 971b002caf
commit 3b7295c26a

View File

@ -1118,9 +1118,11 @@ EX void menuitem_music_volume() {
};
dialog::bound_low(0);
dialog::bound_up(MIX_MAX_VOLUME);
#if CAP_SDLAUDIO
dialog::extra_options = [] {
dialog::addBoolItem_action(XLAT("play music when out of focus"), music_out_of_focus, 'A');
};
#endif
});
}