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

stats fixup

This commit is contained in:
Zeno Rogue 2021-08-22 00:10:14 +02:00
parent 6db8f857e1
commit db28ca7c4a

View File

@ -1132,6 +1132,7 @@ void rules_iteration_for(tcell *c) {
}
void minimize_rules() {
states_premini = isize(treestates);
if(debugflags & DF_GEOM)
println(hlog, "minimizing rules...");
int next_id = isize(treestates);