1
0
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:
Zeno Rogue 2020-03-21 19:04:23 +01:00
parent 64c63b7899
commit 02112cb636

View File

@ -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();