diff options
Diffstat (limited to 'dep/CascLib/src/CascCommon.h')
-rw-r--r-- | dep/CascLib/src/CascCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/CascLib/src/CascCommon.h b/dep/CascLib/src/CascCommon.h index 51b6689ec16..a59cc878ec7 100644 --- a/dep/CascLib/src/CascCommon.h +++ b/dep/CascLib/src/CascCommon.h @@ -259,6 +259,7 @@ typedef struct _TCascStorage DWORD dwGameInfo; // Game type DWORD dwBuildNumber; // Game build number DWORD dwFileBeginDelta; // This is number of bytes to shift back from archive offset (from index entry) to actual begin of file data + DWORD dwDefaultLocale; // Default locale, read from ".build.info" QUERY_KEY CdnConfigKey; QUERY_KEY CdnBuildKey; |