mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
isle: fix decomp inaccuracy
This commit is contained in:
parent
279d626279
commit
dcf37c5244
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue