1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

clean_parent() on restart

This commit is contained in:
Zeno Rogue 2021-12-25 21:32:45 +01:00
parent 22ffb60ec3
commit a3a1845d49

View File

@ -1690,6 +1690,7 @@ EX void rules_iteration() {
if((try_count & (try_count-1)) == 0) if(!(flags & w_no_restart)) {
clean_data();
clean_parents();
}
if(debugflags & DF_GEOM) println(hlog, "attempt: ", try_count);