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:
@@ -38,7 +38,7 @@ public:
|
||||
MxDSAction* Clone() override; // vtable+0x2c
|
||||
void MergeFrom(MxDSAction& p_dsAction) override; // vtable+0x30
|
||||
MxBool HasId(MxU32 p_objectId) override; // vtable+0x34
|
||||
void SetUnknown90(MxLong p_unk0x90) override; // vtable+0x38
|
||||
void SetTimeStarted(MxLong p_timeStarted) override; // vtable+0x38
|
||||
|
||||
// FUNCTION: BETA10 0x1004e180
|
||||
MxDSActionList* GetActionList() const { return m_actionList; }
|
||||
|
Reference in New Issue
Block a user