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

@ -164,7 +164,7 @@ public:
return (entry < NumLumps) ? Entries[entry].Position : 0;
}
virtual FileReader GetEntryReader(uint32_t entry, bool newreader = true) = 0;
virtual FileReader GetEntryReader(uint32_t entry, bool newreader = true);
int GetEntryFlags(uint32_t entry)
{