mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Fixed missing M_GetToken(NULL);
This commit is contained in:
parent
aaef412823
commit
ed114f655b
1 changed files with 1 additions and 0 deletions
|
@ -1269,6 +1269,7 @@ static boolean TextmapCount (UINT8 *data, size_t size)
|
|||
if (fastcmp(tkn, "{"))
|
||||
{
|
||||
Z_Free(tkn);
|
||||
tkn = M_GetToken(NULL);
|
||||
while (!fastcmp(tkn, "}"))
|
||||
{
|
||||
Z_Free(tkn);
|
||||
|
|
Loading…
Reference in a new issue