mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-23 15:06:15 +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, "{"))
|
||||
{
|
||||
Z_Free(tkn);
|
||||
tkn = M_GetToken(NULL);
|
||||
while (!fastcmp(tkn, "}"))
|
||||
{
|
||||
Z_Free(tkn);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue