+ Added support for an archaic file flag 0x10000000

This commit is contained in:
Ladislav Zezula
2015-10-07 15:59:30 +02:00
parent 5a943c56fc
commit 99459abebd
5 changed files with 26 additions and 10 deletions

View File

@@ -428,7 +428,7 @@ bool WINAPI SFileOpenArchive(
if(pFileEntry != NULL)
{
// Just remember that the archive is weak-signed
assert(pFileEntry->dwFlags == MPQ_FILE_EXISTS);
assert((pFileEntry->dwFlags & MPQ_FILE_EXISTS) != 0);
ha->dwFileFlags3 = pFileEntry->dwFlags;
}