mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Clear time started unknown in MxDSAction
(#1604)
This should not be confused with `GetStartTime()`, as that represents the time offset from the SI file.
This commit is contained in:
@@ -55,8 +55,8 @@ public:
|
||||
virtual MxDSAction* Clone(); // vtable+0x2c
|
||||
virtual void MergeFrom(MxDSAction& p_dsAction); // vtable+0x30
|
||||
virtual MxBool HasId(MxU32 p_objectId); // vtable+0x34
|
||||
virtual void SetUnknown90(MxLong p_unk0x90); // vtable+0x38
|
||||
virtual MxLong GetUnknown90(); // vtable+0x3c
|
||||
virtual void SetTimeStarted(MxLong p_timeStarted); // vtable+0x38
|
||||
virtual MxLong GetTimeStarted(); // vtable+0x3c
|
||||
virtual MxLong GetElapsedTime(); // vtable+0x40
|
||||
|
||||
void AppendExtra(MxU16 p_extraLength, const char* p_extraData);
|
||||
@@ -130,7 +130,7 @@ protected:
|
||||
MxCore* m_notificationObject; // 0x84
|
||||
undefined4 m_unk0x88; // 0x88
|
||||
MxCore* m_origin; // 0x8c
|
||||
MxLong m_unk0x90; // 0x90
|
||||
MxLong m_timeStarted; // 0x90
|
||||
};
|
||||
|
||||
#endif // MXDSACTION_H
|
||||
|
Reference in New Issue
Block a user