mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-30 07:17:03 +00:00
commandline option to change effvolume
This commit is contained in:
parent
eda021dd2a
commit
c1089cab77
@ -63,6 +63,7 @@ int arg::readCommon() {
|
||||
#if CAP_SDLAUDIO
|
||||
else if(argis("-se")) { PHASE(1); shift(); wheresounds = args(); }
|
||||
#endif
|
||||
else if(argis("-svol")) { PHASE(1); shift(); effvolume = argi(); }
|
||||
#if CAP_EDIT
|
||||
else if(argis("-lev")) { shift(); levelfile = args(); }
|
||||
else if(argis("-pic")) { shift(); picfile = args(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user