1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

commandline option -vlq

This commit is contained in:
Zeno Rogue 2018-11-06 15:52:41 +01:00
parent 69fb2c712f
commit 8988ea561f

View File

@ -1562,6 +1562,9 @@ int read_config_args() {
PHASEFROM(2); shift(); vid.language = argi();
}
#endif
else if(argis("-vlq")) {
PHASEFROM(2); shift(); vid.linequality = argi();
}
else if(argis("-r")) {
PHASEFROM(2);
shift();