got rid of FUncompressedFile and reenabled postprocessing.
This commit is contained in:
parent
10f743a0d6
commit
3e7ec9118f
13 changed files with 34 additions and 64 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue