1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

fieldpattern:: call analyze immediately

This commit is contained in:
Zeno Rogue 2021-12-12 00:29:03 +01:00
parent df2180cf67
commit d3f397fe27

View File

@ -295,6 +295,7 @@ struct fpattern {
exit(1);
}
build();
analyze();
}
fpattern(int p) {