diff options
author | Zezula Ladislav <ladislav.zezula@avast.com> | 2017-08-17 10:20:11 +0200 |
---|---|---|
committer | Zezula Ladislav <ladislav.zezula@avast.com> | 2017-08-17 10:20:11 +0200 |
commit | adac4aa0f586c7aa2a3c19aa4e687d827dc86195 (patch) | |
tree | b3f5243778c5a0fb53945364826de356a8146871 /src/SFileAttributes.cpp | |
parent | 2576998c8841c2d72d7d3fd9cb4f99aa1fbc2cd1 (diff) |
+ Fixed issue "Internal Files Creation Settings #96"
Diffstat (limited to 'src/SFileAttributes.cpp')
-rw-r--r-- | src/SFileAttributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileAttributes.cpp b/src/SFileAttributes.cpp index d58426c..f57f62c 100644 --- a/src/SFileAttributes.cpp +++ b/src/SFileAttributes.cpp @@ -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
|