mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-16 13:20:32 +01:00
+ Fixed issue "Internal Files Creation Settings #96"
This commit is contained in:
@@ -429,7 +429,7 @@ int SAttrFileSaveToMpq(TMPQArchive * ha)
|
||||
if(pbAttrFile != NULL)
|
||||
{
|
||||
// Determine the real flags for (attributes)
|
||||
if(ha->dwFileFlags2 == MPQ_FILE_EXISTS)
|
||||
if(ha->dwFileFlags2 == MPQ_FILE_DEFAULT_INTERNAL)
|
||||
ha->dwFileFlags2 = GetDefaultSpecialFileFlags(cbAttrFile, ha->pHeader->wFormatVersion);
|
||||
|
||||
// Create the attributes file in the MPQ
|
||||
|
||||
Reference in New Issue
Block a user