mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement Act2Actor::FUN_10019700
(#1215)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,9 @@ struct LegoAnimActorStruct {
|
||||
// FUNCTION: BETA10 0x10012210
|
||||
LegoAnim* GetAnimTreePtr() { return m_AnimTreePtr; }
|
||||
|
||||
// FUNCTION: BETA10 0x10012240
|
||||
LegoROI** GetROIMap() { return m_roiMap; }
|
||||
|
||||
// TODO: Possibly private
|
||||
float m_unk0x00; // 0x00
|
||||
LegoAnim* m_AnimTreePtr; // 0x04
|
||||
|
Reference in New Issue
Block a user