mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-29 19:40:35 +00:00
rulegen:: fixed a bug with sidecache not clearing on single_live_branch_close_to_root
This commit is contained in:
parent
233934630f
commit
cca9afaba9
@ -1703,6 +1703,7 @@ EX void rules_iteration() {
|
||||
if(debugflags & DF_GEOM)
|
||||
println(hlog, "changed single_live_branch_close_to_root from ", q, " to ", v);
|
||||
debuglist = { treestates[id].giver };
|
||||
sidecache.clear();
|
||||
throw rulegen_retry("single live branch");
|
||||
}
|
||||
if(treestates[id].is_root) examine_branch(id, last_live_branch, first_live_branch);
|
||||
|
Loading…
Reference in New Issue
Block a user