mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Remove test strtok print
This commit is contained in:
parent
04e5cfd338
commit
6bd29a51b1
1 changed files with 0 additions and 1 deletions
|
|
@ -3331,7 +3331,6 @@ void readcupheader(MYFILE *f, cupheader_t *cup)
|
||||||
|
|
||||||
cup->levellist[cup->numlevels] = Z_StrDup(tmp);
|
cup->levellist[cup->numlevels] = Z_StrDup(tmp);
|
||||||
cup->numlevels++;
|
cup->numlevels++;
|
||||||
CONS_Printf("tmp = %s\n", tmp);
|
|
||||||
} while((tmp = strtok(NULL,",")) != NULL);
|
} while((tmp = strtok(NULL,",")) != NULL);
|
||||||
}
|
}
|
||||||
else if (fastcmp(word, "BONUSGAME"))
|
else if (fastcmp(word, "BONUSGAME"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue