got rid of FZipLump.

This commit is contained in:
Christoph Oelckers 2023-12-12 20:46:57 +01:00
commit e35b0f1453
6 changed files with 30 additions and 207 deletions

View file

@ -709,6 +709,10 @@ FileReader FUncompressedFile::GetEntryReader(uint32_t entry, bool newreader)
FileReader fr;
if (entry < NumLumps)
{
if (Entries[entry].Flags & RESFF_NEEDFILESTART)
{
SetEntryAddress(entry);
}
if (!(Entries[entry].Flags & RESFF_COMPRESSED))
{
if (!newreader)