diff options
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 865debc..995e5b1 100644 --- a/src/SFileAttributes.cpp +++ b/src/SFileAttributes.cpp @@ -363,7 +363,7 @@ int SAttrFileSaveToMpq(TMPQArchive * ha) } if(nError == ERROR_SUCCESS) - ha->dwFlags &= ~MPQ_FLAG_INV_ATTRIBUTES; + ha->dwFlags &= ~MPQ_FLAG_ATTRIBUTES_INVALID; return nError; } |