got rid of FZipLump.
This commit is contained in:
parent
c27c8c232a
commit
e35b0f1453
6 changed files with 30 additions and 207 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue