1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

rulegen3:: improved debug

This commit is contained in:
Zeno Rogue 2022-08-14 19:26:36 +02:00
parent 16cdaa5a00
commit 35bd625a87

View File

@ -1159,7 +1159,7 @@ EX void test_transducers() {
}
if(changes) {
println(hlog, "changes = ", changes);
println(hlog, "changes = ", changes, " with ", isize(autom), " states");
goto next_iteration;
}