This commit is contained in:
Christian Semmler 2024-05-18 14:26:53 -04:00
parent 1e31f3a02d
commit ff8919718a

View File

@ -78,7 +78,7 @@ class IslePathActor : public LegoPathActor {
float m_srcScale; // 0x24
MxS16 m_dest; // 0x28
float m_destScale; // 0x2c
undefined4 m_location; // 0x30
MxU32 m_location; // 0x30
JukeboxScript::Script m_music; // 0x34
};