fix some stuff

This commit is contained in:
Christoph Oelckers 2023-12-12 20:33:41 +01:00
commit 728bbd6327
2 changed files with 2 additions and 1 deletions

View file

@ -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)
{