only use the new flag names

This commit is contained in:
Christoph Oelckers 2023-12-13 21:20:18 +01:00
commit 11d6b3e5b4
5 changed files with 13 additions and 20 deletions

View file

@ -251,7 +251,7 @@ void FWadFile::SetNamespace(const char *startmarker, const char *endmarker, name
// We can't add this to the flats namespace but
// it needs to be flagged for the texture manager.
Printf(FSMessageLevel::DebugNotify, "%s: Marking %s as potential flat\n", FileName, Entries[ii].FileName);
Entries[ii].Flags |= LUMPF_MAYBEFLAT;
Entries[ii].Flags |= RESFF_MAYBEFLAT;
}
}
}