mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 21:31:46 +00:00
Update src/hardware/mw_md2.c
fscanf need 26 chars in the name buffer
This commit is contained in:
parent
6c19fcc607
commit
b6aaf582d1
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ void HWR_InitModels(void)
|
|||
size_t i;
|
||||
INT32 s;
|
||||
FILE *f;
|
||||
char name[24], filename[32];
|
||||
char name[26], filename[32];
|
||||
float scale, offset;
|
||||
size_t prefixlen;
|
||||
|
||||
|
|
Loading…
Reference in a new issue