mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-23 08:54:48 +00:00
fix hyperroid builds
- add cap guards where necessary - adapt to new `shiftpoint` datatype and function interfaces thereof
This commit is contained in:
@@ -1326,7 +1326,9 @@ EX void configureOther() {
|
||||
dialog::bound_low(0);
|
||||
dialog::bound_up(MIX_MAX_VOLUME);
|
||||
dialog::extra_options = [] {
|
||||
#if CAP_SDLAUDIO
|
||||
dialog::addBoolItem_action(XLAT("play music when out of focus"), music_out_of_focus, 'A');
|
||||
#endif
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user