mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 06:50:09 +00:00
CLI option -mvol
This commit is contained in:
parent
b80caa11a6
commit
04746c9248
@ -272,6 +272,7 @@ int read_sound_args() {
|
||||
else if(argis("-musicfocus")) { music_out_of_focus = true; }
|
||||
#endif
|
||||
else if(argis("-svol")) { PHASEFROM(2); shift(); effvolume = argi(); }
|
||||
else if(argis("-mvol")) { PHASEFROM(2); shift(); musicvolume = argi(); }
|
||||
else return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user