mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 08:52:33 +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->numlevels++;
|
||||
CONS_Printf("tmp = %s\n", tmp);
|
||||
} while((tmp = strtok(NULL,",")) != NULL);
|
||||
}
|
||||
else if (fastcmp(word, "BONUSGAME"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue