1
0
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:
Zeno Rogue 2021-08-17 14:35:46 +02:00
parent 943682f1d5
commit 2fed33ae43

View File

@ -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"))