1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

CLI option -neonnf

This commit is contained in:
Zeno Rogue 2020-04-06 11:25:10 +02:00
parent 4e30c79c37
commit eca6a77753

View File

@ -2534,6 +2534,10 @@ EX int read_config_args() {
PHASEFROM(2);
shift(); neon_mode = eNeon(argi());
}
else if(argis("-neonnf")) {
PHASEFROM(2);
shift(); neon_nofill = argi();
}
else if(argis("-precw")) {
PHASEFROM(2);
shift_arg_formula(precise_width);