mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-28 07:03:06 -04:00
Fix MxWavePresenter::StartingTickle
This commit is contained in:
parent
855e548516
commit
79465d358d
@ -144,7 +144,7 @@ void MxWavePresenter::ReadyTickle()
|
|||||||
// FUNCTION: LEGO1 0x100b1d50
|
// FUNCTION: LEGO1 0x100b1d50
|
||||||
void MxWavePresenter::StartingTickle()
|
void MxWavePresenter::StartingTickle()
|
||||||
{
|
{
|
||||||
MxStreamChunk* chunk = NextChunk();
|
MxStreamChunk* chunk = FUN_100b5650();
|
||||||
|
|
||||||
if (chunk && m_action->GetElapsedTime() >= chunk->GetTime()) {
|
if (chunk && m_action->GetElapsedTime() >= chunk->GetTime()) {
|
||||||
MxU32 length = chunk->GetLength();
|
MxU32 length = chunk->GetLength();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user