diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-22 07:28:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-22 07:28:29 +0200 |
commit | 442fd797087834cb691cf18f4a808eee6d740353 (patch) | |
tree | 108f354f498c3f7272095d58dc5b03d861ef83f0 /freetrackclient | |
parent | 0ebf074be440dc5ba30802fdccfc786c6d4acbd7 (diff) |
misc irrelevant
Diffstat (limited to 'freetrackclient')
-rw-r--r-- | freetrackclient/fttypes.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/freetrackclient/fttypes.h b/freetrackclient/fttypes.h index 4989a570..033d183e 100644 --- a/freetrackclient/fttypes.h +++ b/freetrackclient/fttypes.h @@ -59,6 +59,10 @@ typedef struct FTData__ { typedef struct FTHeap__ { FTData data; int32_t GameID; - unsigned char table[8]; + union + { + unsigned char table[8]; + int32_t table_ints[2]; + }; int32_t GameID2; } FTHeap; |