Fix types in islepathactor

This commit is contained in:
Joshua Peisach 2023-07-24 13:24:44 -04:00 committed by GitHub
parent 0ab5da9055
commit 02e8f9755c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ class IslePathActor : public LegoPathActor
private: private:
LegoWorld* m_pLegoWorld; // 0x154 LegoWorld* m_pLegoWorld; // 0x154
MxS32 m_unk158; MxFloat m_unk158;
MxS32 m_fourcc; // 0x15c MxFloat m_unk15c;
}; };
#endif // ISLEPATHACTOR_H #endif // ISLEPATHACTOR_H