diff options
author | unknown <C:\Ladik\Mail> | 2015-05-13 17:41:34 +0200 |
---|---|---|
committer | unknown <C:\Ladik\Mail> | 2015-05-13 17:41:34 +0200 |
commit | c45446094e3dec085d82bcad8edda7ef41ec83c2 (patch) | |
tree | 8800f86411aa7a5f2aad0a15f0f7995f76274e20 /src/StormLib.h | |
parent | 3cfa7f2a1a81b226f5a5c3a43f4f9bd5704881f9 (diff) |
+ SFileFindFile now correctly returns hash index and locale, if exist
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |