got rid of FUncompressedFile and reenabled postprocessing.

This commit is contained in:
Christoph Oelckers 2023-12-12 21:16:02 +01:00
commit 3e7ec9118f
13 changed files with 34 additions and 64 deletions

View file

@ -291,6 +291,7 @@ bool F7ZFile::Open(LumpFilterInfo *filter, FileSystemMessageFunc Printf)
}
GenerateHash();
PostProcessArchive(filter);
return true;
}