mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-12 14:12:49 +00:00
rulegen:: tests:: can print rules
This commit is contained in:
parent
2fed33ae43
commit
bc511cf37b
@ -554,6 +554,8 @@ int testargs() {
|
|||||||
try_to_resolve_confusion = true;
|
try_to_resolve_confusion = true;
|
||||||
else if(argis("-view-debug"))
|
else if(argis("-view-debug"))
|
||||||
view_debug();
|
view_debug();
|
||||||
|
else if(argis("-print-rules"))
|
||||||
|
print_rules();
|
||||||
else if(argis("-clear-debug"))
|
else if(argis("-clear-debug"))
|
||||||
clear_debug();
|
clear_debug();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user