mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoAnimMMPresenter::FUN_1004b450 (#827)
This commit is contained in:

committed by
GitHub

parent
c617139d5b
commit
91d043a9ae
@@ -506,7 +506,7 @@ void MxVideoPresenter::RepeatingTickle()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100b3130
|
||||
void MxVideoPresenter::Unk5Tickle()
|
||||
void MxVideoPresenter::FreezingTickle()
|
||||
{
|
||||
MxLong sustainTime = ((MxDSMediaAction*) m_action)->GetSustainTime();
|
||||
|
||||
@@ -564,7 +564,7 @@ MxResult MxVideoPresenter::PutData()
|
||||
{
|
||||
AUTOLOCK(m_criticalSection);
|
||||
|
||||
if (IsEnabled() && m_currentTickleState >= e_streaming && m_currentTickleState <= e_unk5) {
|
||||
if (IsEnabled() && m_currentTickleState >= e_streaming && m_currentTickleState <= e_freezing) {
|
||||
PutFrame();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user