Added support for amternative MPQ markers

This commit is contained in:
Ladislav Zezula
2020-12-13 12:32:25 +01:00
parent 866269d740
commit 383e1572ee
13 changed files with 80 additions and 22 deletions

View File

@@ -536,7 +536,7 @@ static int SFileAddInternalListFile(
{
TMPQHash * pFirstHash;
TMPQHash * pHash;
LCID lcSaveLocale = lcFileLocale;
LCID lcSaveLocale = g_lcFileLocale;
DWORD dwMaxSize = MAX_LISTFILE_SIZE;
int nError = ERROR_SUCCESS;