aboutsummaryrefslogtreecommitdiff
path: root/src/StormCommon.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2025-08-06 09:34:58 +0200
committerLadislav Zezula <zezula@volny.cz>2025-08-06 09:34:58 +0200
commitdb410fd564af358cb7c1e2e72cdbaeaeef510e09 (patch)
treecbe34ab3d2d2c7ab784ba890b7d2a3436bb6795b /src/StormCommon.h
parent65582d5649ce19afcac9fde06804c7f9ab3e2716 (diff)
Fixed renaming files vs file locale
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r--src/StormCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h
index ed67fe1..7f71452 100644
--- a/src/StormCommon.h
+++ b/src/StormCommon.h
@@ -366,7 +366,7 @@ void FreeBetTable(TMPQBetTable * pBetTable);
// Functions for finding files in the file table
TFileEntry * GetFileEntryLocale(TMPQArchive * ha, const char * szFileName, LCID lcFileLocale, LPDWORD PtrHashIndex = NULL);
-TFileEntry * GetFileEntryExact(TMPQArchive * ha, const char * szFileName, LCID lcFileLocale, LPDWORD PtrHashIndex);
+TFileEntry * GetFileEntryExact(TMPQArchive * ha, const char * szFileName, LCID lcFileLocale, LPDWORD PtrHashIndex = NULL);
// Allocates file name in the file entry
void AllocateFileName(TMPQArchive * ha, TFileEntry * pFileEntry, const char * szFileName);