From 02e8f9755cb1096770a377bb797ee85d9c901de3 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Mon, 24 Jul 2023 13:24:44 -0400 Subject: [PATCH] Fix types in islepathactor --- LEGO1/islepathactor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/islepathactor.h b/LEGO1/islepathactor.h index 6dc4bfc0..a21b4195 100644 --- a/LEGO1/islepathactor.h +++ b/LEGO1/islepathactor.h @@ -28,8 +28,8 @@ class IslePathActor : public LegoPathActor private: LegoWorld* m_pLegoWorld; // 0x154 - MxS32 m_unk158; - MxS32 m_fourcc; // 0x15c + MxFloat m_unk158; + MxFloat m_unk15c; }; #endif // ISLEPATHACTOR_H