diff options
Diffstat (limited to 'src/SFileCompactArchive.cpp')
-rw-r--r-- | src/SFileCompactArchive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileCompactArchive.cpp b/src/SFileCompactArchive.cpp index e469faa..3362a20 100644 --- a/src/SFileCompactArchive.cpp +++ b/src/SFileCompactArchive.cpp @@ -26,7 +26,7 @@ static int CheckIfAllFilesKnown(TMPQArchive * ha, const char * szListFile, LPDWO int nError = ERROR_SUCCESS; // Add the listfile to the MPQ - if(nError == ERROR_SUCCESS && szListFile != NULL) + if(szListFile != NULL) { // Notify the user if(ha->pfnCompactCB != NULL) |