aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2022-03-28 07:41:30 +0200
committerGitHub <noreply@github.com>2022-03-28 07:41:30 +0200
commit6ce383a2fa1ff18c32b32347a01f36173699da6c (patch)
tree707386a3277beaf1a4be3f8be875c9f11168f89d /src/StormLib.h
parent5f6477c7f93fddf3a61c5166f661a8bb9f596730 (diff)
parentd1b47ab454e9f20589c6b47c78e5875e19888cdf (diff)
Merge pull request #249 from GaryOderNichts/big-endian-fixes
Hello, thank you for the bug fixes.
Diffstat (limited to 'src/StormLib.h')
-rw-r--r--src/StormLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StormLib.h b/src/StormLib.h
index d95c2a2..048281d 100644
--- a/src/StormLib.h
+++ b/src/StormLib.h
@@ -635,8 +635,8 @@ typedef struct _TMPQHash
#else
- BYTE Platform;
BYTE Reserved;
+ BYTE Platform;
USHORT lcLocale;
#endif