mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-03-14 08:49:48 -04:00
Fix MxWavePresenter::StartingTickle
This commit is contained in:
parent
855e548516
commit
79465d358d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void MxWavePresenter::ReadyTickle()
|
|||
// FUNCTION: LEGO1 0x100b1d50
|
||||
void MxWavePresenter::StartingTickle()
|
||||
{
|
||||
MxStreamChunk* chunk = NextChunk();
|
||||
MxStreamChunk* chunk = FUN_100b5650();
|
||||
|
||||
if (chunk && m_action->GetElapsedTime() >= chunk->GetTime()) {
|
||||
MxU32 length = chunk->GetLength();
|
||||
|
|
Loading…
Reference in a new issue