mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-02-03 13:06:34 +01:00
Fixed
This commit is contained in:
@@ -1967,7 +1967,7 @@ void FreeBetTable(TMPQBetTable * pBetTable)
|
||||
//-----------------------------------------------------------------------------
|
||||
// Support for file table
|
||||
|
||||
TFileEntry * GetFileEntryLocale2(TMPQArchive * ha, const char * szFileName, LCID lcLocale, LPDWORD PtrHashIndex)
|
||||
TFileEntry * GetFileEntryLocale(TMPQArchive * ha, const char * szFileName, LCID lcLocale, LPDWORD PtrHashIndex)
|
||||
{
|
||||
TMPQHash * pHash;
|
||||
DWORD dwFileIndex;
|
||||
@@ -1998,11 +1998,6 @@ TFileEntry * GetFileEntryLocale2(TMPQArchive * ha, const char * szFileName, LCID
|
||||
return NULL;
|
||||
}
|
||||
|
||||
TFileEntry * GetFileEntryLocale(TMPQArchive * ha, const char * szFileName, LCID lcLocale)
|
||||
{
|
||||
return GetFileEntryLocale2(ha, szFileName, lcLocale, NULL);
|
||||
}
|
||||
|
||||
TFileEntry * GetFileEntryExact(TMPQArchive * ha, const char * szFileName, LCID lcLocale, LPDWORD PtrHashIndex)
|
||||
{
|
||||
TMPQHash * pHash;
|
||||
|
||||
Reference in New Issue
Block a user