mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix member offset
This commit is contained in:
parent
8dc9ab4109
commit
f05f5d9482
@ -30,7 +30,7 @@ extern "C"
|
|||||||
// SIZE 0x6b8
|
// SIZE 0x6b8
|
||||||
struct MxSmack {
|
struct MxSmack {
|
||||||
SmackTag m_smackTag; // 0x00
|
SmackTag m_smackTag; // 0x00
|
||||||
undefined m_unk0x3f4[784]; // 0x390
|
undefined m_unk0x390[784]; // 0x390
|
||||||
MxU32* m_frameSizes; // 0x6a0
|
MxU32* m_frameSizes; // 0x6a0
|
||||||
MxU8* m_frameTypes; // 0x6a4
|
MxU8* m_frameTypes; // 0x6a4
|
||||||
MxU8* m_huffmanTrees; // 0x6a8
|
MxU8* m_huffmanTrees; // 0x6a8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user