mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
rulegen:: tests:: able to set -resolve
This commit is contained in:
parent
943682f1d5
commit
2fed33ae43
@ -550,6 +550,8 @@ int testargs() {
|
||||
else if(argis("-trv")) {
|
||||
shift(); test_rotate_val = argi();
|
||||
}
|
||||
else if(argis("-resolve"))
|
||||
try_to_resolve_confusion = true;
|
||||
else if(argis("-view-debug"))
|
||||
view_debug();
|
||||
else if(argis("-clear-debug"))
|
||||
|
Loading…
Reference in New Issue
Block a user