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

throw mismatch errors quickly

This commit is contained in:
Zeno Rogue 2021-08-17 18:58:23 +02:00
parent afc92c586c
commit f5d0d928cb

View File

@ -985,6 +985,7 @@ void rules_iteration_for(tcell *c) {
extend_analyzer(cwmain, z, k, mismatches, treestates[id].giver);
mismatches++;
throw mismatch_error();
}
}
}