mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-21 15:14:28 +01:00
+ Added support for an archaic file flag 0x10000000
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user