1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 15:13:19 +00:00

rulegen:: tests:: display root states

This commit is contained in:
Zeno Rogue 2021-08-17 14:34:34 +02:00
parent 89958ea3c8
commit d9b8c338d3

View File

@ -265,7 +265,7 @@ void print_rules() {
else
print(hlog, " (no giver)");
println(hlog, " rg:", ts.giver, ts.is_live ? " [live]" : " [dead]");
println(hlog, " rg:", ts.giver, ts.is_root ? " [root]" : ts.is_live ? " [live]" : " [dead]");
}
}