mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
fieldpattern:: call analyze immediately
This commit is contained in:
parent
df2180cf67
commit
d3f397fe27
@ -295,6 +295,7 @@ struct fpattern {
|
||||
exit(1);
|
||||
}
|
||||
build();
|
||||
analyze();
|
||||
}
|
||||
|
||||
fpattern(int p) {
|
||||
|
Loading…
Reference in New Issue
Block a user