From c45446094e3dec085d82bcad8edda7ef41ec83c2 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 May 2015 17:41:34 +0200 Subject: + SFileFindFile now correctly returns hash index and locale, if exist --- src/StormLib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/StormLib.h') diff --git a/src/StormLib.h b/src/StormLib.h index a94d485..b6cb0c9 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -876,6 +876,7 @@ typedef struct _SFILE_FIND_DATA { char cFileName[MAX_PATH]; // Full name of the found file char * szPlainName; // Plain name of the found file + DWORD dwHashIndex; // Hash table index for the file (HAH_ENTRY_FREE if no hash table) DWORD dwBlockIndex; // Block table index for the file DWORD dwFileSize; // File size in bytes DWORD dwFileFlags; // MPQ file flags -- cgit v1.2.3