mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match LegoNavController::Notify
(#1253)
* Implement/match `LegoNavController::Notify` * Move function * Add to total function count * Add OPT:REF to lego1
This commit is contained in:

committed by
GitHub

parent
bcc41256f8
commit
fe2a65c8da
@@ -128,6 +128,12 @@ public:
|
||||
MxBool m_unk0x14; // 0x14
|
||||
};
|
||||
|
||||
enum PlayMode {
|
||||
e_unk0 = 0,
|
||||
e_unk1,
|
||||
e_unk2
|
||||
};
|
||||
|
||||
LegoAnimationManager();
|
||||
~LegoAnimationManager() override;
|
||||
|
||||
@@ -166,7 +172,7 @@ public:
|
||||
MxU32 p_objectId,
|
||||
MxMatrix* p_matrix,
|
||||
MxBool p_param3,
|
||||
MxBool p_param4,
|
||||
MxU8 p_param4,
|
||||
LegoROI* p_roi,
|
||||
MxBool p_param6,
|
||||
MxBool p_param7,
|
||||
|
Reference in New Issue
Block a user