aboutsummaryrefslogtreecommitdiff
path: root/src/SFileListFile.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-12-13 12:32:25 +0100
committerLadislav Zezula <zezula@volny.cz>2020-12-13 12:32:25 +0100
commit383e1572eecafdfe4f92ddad7a4bece069e12f38 (patch)
tree9c419d10e4cb4e2e569155f91cc93a7fdec62efc /src/SFileListFile.cpp
parent866269d740b32cf209e5188c5269c4118f8be07b (diff)
Added support for amternative MPQ markers
Diffstat (limited to 'src/SFileListFile.cpp')
-rw-r--r--src/SFileListFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileListFile.cpp b/src/SFileListFile.cpp
index 6fcd736..f94f955 100644
--- a/src/SFileListFile.cpp
+++ b/src/SFileListFile.cpp
@@ -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;