mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
CLI option -precw
This commit is contained in:
parent
64c63b7899
commit
02112cb636
@ -2522,6 +2522,10 @@ EX int read_config_args() {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_mode = argi();
|
||||
}
|
||||
else if(argis("-precw")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(precise_width);
|
||||
}
|
||||
else if(argis("-char")) {
|
||||
auto& cs = vid.cs;
|
||||
shift(); cs.charid = argi();
|
||||
|
Loading…
Reference in New Issue
Block a user