mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +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:
@@ -252,7 +252,7 @@ void MxMediaPresenter::Enable(MxBool p_enable)
|
||||
|
||||
if (p_enable) {
|
||||
MxLong time = Timer()->GetTime();
|
||||
m_action->SetUnknown90(time);
|
||||
m_action->SetTimeStarted(time);
|
||||
SetTickleState(e_repeating);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user