forked from mirror/OpenTTD
(svn r4975) - Codechange: increase the number of file handles from 32 to 64 (arbitrary powers of 2!) to allow more GRF files to be loaded.
This commit is contained in:
2
fileio.c
2
fileio.c
@@ -20,7 +20,7 @@ typedef struct {
|
||||
byte *buffer, *buffer_end;
|
||||
uint32 pos;
|
||||
FILE *cur_fh;
|
||||
FILE *handles[32];
|
||||
FILE *handles[64];
|
||||
byte buffer_start[512];
|
||||
} Fio;
|
||||
|
||||
|
Reference in New Issue
Block a user