Remove test strtok print
This commit is contained in:
parent
6a2553cf57
commit
78fb4df054
1 changed files with 0 additions and 1 deletions
|
|
@ -3546,7 +3546,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…
Reference in a new issue