mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-26 01:01:34 +01:00
Minor fix
This commit is contained in:
@@ -164,7 +164,8 @@ bool WINAPI SFileSetArchiveMarkers(PSFILE_MARKERS pMarkers)
|
||||
InitializeMpqCryptography();
|
||||
|
||||
// Remember the marker for MPQ header
|
||||
g_dwMpqSignature = pMarkers->dwSignature;
|
||||
if(pMarkers->dwSignature != 0)
|
||||
g_dwMpqSignature = pMarkers->dwSignature;
|
||||
|
||||
// Remember the encryption key for hash table
|
||||
if(pMarkers->szHashTableKey != NULL)
|
||||
|
||||
Reference in New Issue
Block a user