rv::notknot:: option -nk-solv for convenience

This commit is contained in:
Zeno Rogue 2022-04-21 12:36:03 +02:00
parent e37cc8216a
commit bc78a005d1
1 changed files with 2 additions and 0 deletions

View File

@ -1525,6 +1525,8 @@ auto shot_hooks = addHook(hooks_initialize, 100, create_notknot)
start_game();
gen_knot();
}
else if(argis("-nk-solv"))
launch_solv();
else if(argis("-nk-findloop")) {
do_check_cycle = true;
}