mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Fixed missing M_GetToken(NULL);
This commit is contained in:
parent
6e8a023fdd
commit
dd66aa9a14
1 changed files with 1 additions and 0 deletions
|
|
@ -1269,6 +1269,7 @@ static boolean TextmapCount (UINT8 *data, size_t size)
|
||||||
if (fastcmp(tkn, "{"))
|
if (fastcmp(tkn, "{"))
|
||||||
{
|
{
|
||||||
Z_Free(tkn);
|
Z_Free(tkn);
|
||||||
|
tkn = M_GetToken(NULL);
|
||||||
while (!fastcmp(tkn, "}"))
|
while (!fastcmp(tkn, "}"))
|
||||||
{
|
{
|
||||||
Z_Free(tkn);
|
Z_Free(tkn);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue