Replace m_unk0x04 and m_unk0x08 with m_modelDataLength and m_modelDataOffset (#1456)

This commit is contained in:
Florian Kaiser
2025-05-09 16:35:11 +02:00
committed by GitHub
parent 9027849848
commit 711134b3b8
3 changed files with 14 additions and 14 deletions

View File

@@ -94,14 +94,14 @@ struct ModelDbModel {
void Free();
MxResult Read(FILE* p_file);
char* m_modelName; // 0x00
undefined4 m_unk0x04; // 0x04
undefined4 m_unk0x08; // 0x08
char* m_presenterName; // 0x0c
float m_location[3]; // 0x10
float m_direction[3]; // 0x1c
float m_up[3]; // 0x28
undefined m_unk0x34; // 0x34
char* m_modelName; // 0x00
MxU32 m_modelDataLength; // 0x04
MxU32 m_modelDataOffset; // 0x08
char* m_presenterName; // 0x0c
float m_location[3]; // 0x10
float m_direction[3]; // 0x1c
float m_up[3]; // 0x28
undefined m_unk0x34; // 0x34
};
// SIZE 0x18