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:
parent
69fb2c712f
commit
8988ea561f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user