mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 09:47:02 +00:00
rulegen:: tests:: display root states
This commit is contained in:
parent
89958ea3c8
commit
d9b8c338d3
@ -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]");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user