1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

commandline option to change effvolume

This commit is contained in:
Zeno Rogue 2018-01-13 19:18:01 +01:00
parent eda021dd2a
commit c1089cab77

View File

@ -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(); }