mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
commandline option -vlq
This commit is contained in:
parent
69fb2c712f
commit
8988ea561f
@ -1562,6 +1562,9 @@ int read_config_args() {
|
|||||||
PHASEFROM(2); shift(); vid.language = argi();
|
PHASEFROM(2); shift(); vid.language = argi();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
else if(argis("-vlq")) {
|
||||||
|
PHASEFROM(2); shift(); vid.linequality = argi();
|
||||||
|
}
|
||||||
else if(argis("-r")) {
|
else if(argis("-r")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift();
|
shift();
|
||||||
|
Loading…
Reference in New Issue
Block a user