summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 00db197e..f5621806 100644
--- a/include/global.h
+++ b/include/global.h
@@ -119,7 +119,7 @@ typedef struct {
s8 y;
} PACKED Coords8;
-typedef union {
+union SplitDWord {
s64 DWORD;
u64 DWORD_U;
struct {
@@ -128,7 +128,7 @@ typedef union {
struct {
u32 LO, HI;
} HALF_U;
-} SplitDWord;
+};
union SplitWord {
s32 WORD;