mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
racing:: increased byat array size just in case
This commit is contained in:
parent
9565ce198f
commit
aa9d9cf54a
@ -418,7 +418,7 @@ void generate_track() {
|
||||
}
|
||||
}
|
||||
|
||||
int byat[256];
|
||||
int byat[65536];
|
||||
for(int a=0; a<16; a++) byat[a] = 0;
|
||||
for(const auto s: rti) byat[s.from_track]++;
|
||||
for(int a=0; a<16; a++) printf("%d: %d\n", a, byat[a]);
|
||||
|
Loading…
Reference in New Issue
Block a user