mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 07:30:26 +00:00
stats fixup
This commit is contained in:
parent
6db8f857e1
commit
db28ca7c4a
@ -1132,6 +1132,7 @@ void rules_iteration_for(tcell *c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void minimize_rules() {
|
void minimize_rules() {
|
||||||
|
states_premini = isize(treestates);
|
||||||
if(debugflags & DF_GEOM)
|
if(debugflags & DF_GEOM)
|
||||||
println(hlog, "minimizing rules...");
|
println(hlog, "minimizing rules...");
|
||||||
int next_id = isize(treestates);
|
int next_id = isize(treestates);
|
||||||
|
Loading…
Reference in New Issue
Block a user