mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 10:31:42 +00:00
Oops. It should compile now.
This commit is contained in:
parent
2c614f8f2c
commit
65b89f6c0f
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ UINT16 W_LoadWadFile(const char *filename)
|
|||
break;
|
||||
}
|
||||
}
|
||||
memset(lumpinfo[numlumps].name, '\0', 9)
|
||||
memset(lumpinfo[numlumps].name, '\0', 9);
|
||||
strncpy(lumpinfo[numlumps].name, eName + namePos, 8);
|
||||
|
||||
lumpinfo[numlumps].name2 = Z_Malloc((eNameLen+1)*sizeof(char), PU_STATIC, NULL);
|
||||
|
|
Loading…
Reference in a new issue