Fix clang32 issue

This commit is contained in:
jonschz 2024-12-01 09:19:20 +01:00
parent 65b5ad22b1
commit 6290c8c028
3 changed files with 12 additions and 12 deletions

View File

@ -12,10 +12,10 @@
class Act2Actor : public LegoAnimActor { class Act2Actor : public LegoAnimActor {
public: public:
struct UnknownListStructure { struct UnknownListStructure {
MxFloat m_unk0x00[3]; // 0x00 MxFloat m_unk0x00[3]; // 0x00
MxFloat m_unk0x0c[3]; // 0x0c MxFloat m_unk0x0c[3]; // 0x0c
const LegoChar* m_unk0x18; // 0x18 const char* m_unk0x18; // 0x18
undefined m_unk0x1c; // 0x1c undefined m_unk0x1c; // 0x1c
}; };
Act2Actor(); Act2Actor();

View File

@ -119,11 +119,11 @@ class LegoPathController : public MxCore {
); );
MxResult FUN_10048310( MxResult FUN_10048310(
LegoPathEdgeContainer* p_grec, LegoPathEdgeContainer* p_grec,
Vector3& p_position, const Vector3& p_position,
Vector3& p_direction, const Vector3& p_direction,
LegoPathBoundary* p_boundary1, LegoPathBoundary* p_boundary1,
Vector3& p_param5, const Vector3& p_param5,
Vector3& p_param6, const Vector3& p_param6,
LegoPathBoundary* p_boundary2, LegoPathBoundary* p_boundary2,
MxBool p_param8, MxBool p_param8,
MxFloat* p_param9 MxFloat* p_param9

View File

@ -737,11 +737,11 @@ MxResult LegoPathController::ReadVector(LegoStorage* p_storage, Mx4DPointFloat&
// STUB: BETA10 0x100b8911 // STUB: BETA10 0x100b8911
MxResult LegoPathController::FUN_10048310( MxResult LegoPathController::FUN_10048310(
LegoPathEdgeContainer* p_grec, LegoPathEdgeContainer* p_grec,
Vector3& p_position, const Vector3& p_position,
Vector3& p_direction, const Vector3& p_direction,
LegoPathBoundary* p_boundary1, LegoPathBoundary* p_boundary1,
Vector3& p_param5, const Vector3& p_param5,
Vector3& p_param6, const Vector3& p_param6,
LegoPathBoundary* p_boundary2, LegoPathBoundary* p_boundary2,
MxBool p_param8, MxBool p_param8,
MxFloat* p_param9 MxFloat* p_param9