From dcf37c52449f770cd4d96d74f935474d70d6d018 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:04:09 -0700 Subject: [PATCH] isle: fix decomp inaccuracy --- ISLE/isle.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ISLE/isle.cpp b/ISLE/isle.cpp index 61874225..c09980c4 100644 --- a/ISLE/isle.cpp +++ b/ISLE/isle.cpp @@ -91,9 +91,8 @@ void Isle::close() //ViewManager::RemoveAll // (*(ViewManager **)(*(int *)(*(int *)(pLVar4 + 0x68) + 8) + 0x88), NULL); - MxAtomId id; long local_88 = 0; - Lego()->RemoveWorld(id, local_88); + Lego()->RemoveWorld(ds.m_atomId, local_88); Lego()->vtable24(ds); TransitionManager()->SetWaitIndicator(NULL); Lego()->vtable3c();