mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-26 21:37:02 +00:00
clean_parent() on restart
This commit is contained in:
parent
22ffb60ec3
commit
a3a1845d49
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user