mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 06:45:59 +00:00
rulegen:: tests:: display root states
This commit is contained in:
@@ -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]");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user