isle: fix decomp inaccuracy

This commit is contained in:
itsmattkc 2023-06-11 18:04:09 -07:00
parent 279d626279
commit dcf37c5244

View file

@ -91,9 +91,8 @@ void Isle::close()
//ViewManager::RemoveAll //ViewManager::RemoveAll
// (*(ViewManager **)(*(int *)(*(int *)(pLVar4 + 0x68) + 8) + 0x88), NULL); // (*(ViewManager **)(*(int *)(*(int *)(pLVar4 + 0x68) + 8) + 0x88), NULL);
MxAtomId id;
long local_88 = 0; long local_88 = 0;
Lego()->RemoveWorld(id, local_88); Lego()->RemoveWorld(ds.m_atomId, local_88);
Lego()->vtable24(ds); Lego()->vtable24(ds);
TransitionManager()->SetWaitIndicator(NULL); TransitionManager()->SetWaitIndicator(NULL);
Lego()->vtable3c(); Lego()->vtable3c();