Uhhh do VerifyPk3 too

This commit is contained in:
fickleheart 2020-02-07 00:04:02 -06:00
parent 57a4545fdf
commit 8cb9d6f670
1 changed files with 4 additions and 0 deletions

View File

@ -1819,6 +1819,10 @@ W_VerifyPK3 (FILE *fp, lumpchecklist_t *checklist, boolean status)
}
free(fullname);
// skip and ignore comments/extra fields
if (fseek(fp, zentry->xtralen + zentry->commlen, SEEK_CUR) != 0)
return true;
}
return true;