mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoLoopingAnimPresenter (#924)
This commit is contained in:

committed by
GitHub

parent
29a0e32739
commit
9a05edd0a7
@@ -53,7 +53,7 @@ void LegoAnimPresenter::Init()
|
||||
m_unk0xa8.Clear();
|
||||
m_unk0xa4 = 0;
|
||||
m_currentWorld = NULL;
|
||||
m_unk0x95 = 0;
|
||||
m_unk0x95 = FALSE;
|
||||
m_worldId = -1;
|
||||
m_substMap = NULL;
|
||||
m_worldAtom.Clear();
|
||||
@@ -806,7 +806,7 @@ void LegoAnimPresenter::StreamingTickle()
|
||||
}
|
||||
else {
|
||||
if (m_action->GetElapsedTime() > m_anim->GetDuration() + m_action->GetStartTime()) {
|
||||
m_unk0x95 = 1;
|
||||
m_unk0x95 = TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user