1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 22:39:53 +00:00

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

View File

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