diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2016-09-30 11:23:29 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2016-09-30 11:23:29 +0200 |
commit | b8fb98fcc4aa2d1c6ab6ce57b6b2e10a25861a56 (patch) | |
tree | cf732fe901659a7bb7e80c3aafd30bb813c0b28e /src/StormLib.h | |
parent | 8a370dd9336540b8be585272182de0f74aac9241 (diff) |
+ Yet another protector
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index 3621096..b6df481 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -617,12 +617,13 @@ typedef struct _TMPQHash // The platform the file is used for. 0 indicates the default platform. // No other values have been observed. - // Note: wPlatform is actually just BYTE, but since it has never been used, we don't care. - USHORT wPlatform; + BYTE Platform; + BYTE Reserved; #else - USHORT wPlatform; + BYTE Platform; + BYTE Reserved; USHORT lcLocale; #endif |