mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +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;
|
||||
else if(argis("-view-debug"))
|
||||
view_debug();
|
||||
else if(argis("-print-rules"))
|
||||
print_rules();
|
||||
else if(argis("-clear-debug"))
|
||||
clear_debug();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user