From fe86917659bd3f9bcae0115b9d2b42d7238cf8ac Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 2 Feb 2024 11:48:46 -0500 Subject: [PATCH] Add call to Isle --- LEGO1/lego/legoomni/src/isle/isle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/lego/legoomni/src/isle/isle.cpp b/LEGO1/lego/legoomni/src/isle/isle.cpp index 610dd430..f31ef7ad 100644 --- a/LEGO1/lego/legoomni/src/isle/isle.cpp +++ b/LEGO1/lego/legoomni/src/isle/isle.cpp @@ -185,6 +185,7 @@ MxLong Isle::HandleType19Notification(MxParam& p_param) // STUB: LEGO1 0x10031820 void Isle::VTable0x68(MxBool p_add) { + LegoWorld::VTable0x68(p_add); // TODO }