CLI option -nilh

This commit is contained in:
Zeno Rogue 2021-02-01 11:21:38 +01:00
parent 5e1b3a2512
commit 6655ca1bc8
1 changed files with 7 additions and 0 deletions

View File

@ -2890,6 +2890,13 @@ EX namespace nisot {
shift_arg_formula(nilv::nilwidth);
return 0;
}
else if(argis("-nilh")) {
PHASEFROM(2);
stop_game();
shift(); ginf[gNil].sides = argi();
nilv::set_flags();
start_game();
}
else if(argis("-rk-steps")) {
PHASEFROM(2);
shift(); rk_steps = argi();