mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-04 17:32:24 +00:00
commandline option -vlq
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user