mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
throw mismatch errors quickly
This commit is contained in:
parent
afc92c586c
commit
f5d0d928cb
@ -985,6 +985,7 @@ void rules_iteration_for(tcell *c) {
|
|||||||
|
|
||||||
extend_analyzer(cwmain, z, k, mismatches, treestates[id].giver);
|
extend_analyzer(cwmain, z, k, mismatches, treestates[id].giver);
|
||||||
mismatches++;
|
mismatches++;
|
||||||
|
throw mismatch_error();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user