mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match Act3Cop::ParseAction
(#1230)
* Implement/match `Act3Cop::ParseAction` * Fix formatting * Address review comment --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -76,9 +76,13 @@ public:
|
||||
// Act3Cop::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
MxFloat m_unk0x20; // 0x20
|
||||
LegoWorld* m_world; // 0x24
|
||||
undefined4 m_unk0x28[2]; // 0x28
|
||||
MxFloat m_unk0x20; // 0x20
|
||||
LegoWorld* m_world; // 0x24
|
||||
|
||||
// name verified by BETA10 0x10018aa1
|
||||
LegoAnimActorStruct* m_eatAnim; // 0x28
|
||||
|
||||
undefined4 m_unk0x2c; // 0x2c
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d7838 LegoPathActor
|
||||
|
Reference in New Issue
Block a user