fix some stuff
This commit is contained in:
parent
39020f7f95
commit
728bbd6327
2 changed files with 2 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ FileReader FUncompressedFile::GetEntryReader(uint32_t entry, bool newreader)
|
|||
FileReader fr;
|
||||
if (entry < NumLumps)
|
||||
{
|
||||
if (!Entries[entry].Flags & RESFF_COMPRESSED)
|
||||
if (!(Entries[entry].Flags & RESFF_COMPRESSED))
|
||||
{
|
||||
if (!newreader)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue