clean_parent() on restart

This commit is contained in:
Zeno Rogue
2021-12-25 21:32:45 +01:00
parent 22ffb60ec3
commit a3a1845d49
+1
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);