mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match LegoAnimMMPresenter::FUN_1004b530 (#828)
This commit is contained in:

committed by
GitHub

parent
91d043a9ae
commit
f637dcaa29
@@ -285,8 +285,8 @@ MxResult LegoExtraActor::WaitForAnimation()
|
||||
LegoAnimPresenterSet* set = m_boundary->GetPresenters();
|
||||
|
||||
for (LegoAnimPresenterSet::iterator it = set->begin(); it != set->end(); it++) {
|
||||
undefined4 tmp;
|
||||
if ((*it)->VTable0x9c(tmp)) {
|
||||
MxU32 roiMapSize;
|
||||
if ((*it)->GetROIMap(roiMapSize)) {
|
||||
b = TRUE;
|
||||
break;
|
||||
}
|
||||
@@ -310,8 +310,8 @@ void LegoExtraActor::Restart()
|
||||
LegoAnimPresenterSet* set = m_boundary->GetPresenters();
|
||||
|
||||
for (LegoAnimPresenterSet::iterator it = set->begin(); it != set->end(); it++) {
|
||||
undefined4 tmp;
|
||||
if ((*it)->VTable0x9c(tmp)) {
|
||||
MxU32 roiMapSize;
|
||||
if ((*it)->GetROIMap(roiMapSize)) {
|
||||
b = TRUE;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user