From 7df05beaf82e128be0b6a793ec32d7a9fd1b2dfc Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Mon, 24 Jul 2023 13:26:10 -0400 Subject: [PATCH] Adjust variables --- LEGO1/islepathactor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/islepathactor.cpp b/LEGO1/islepathactor.cpp index 62288f55..d6386044 100644 --- a/LEGO1/islepathactor.cpp +++ b/LEGO1/islepathactor.cpp @@ -4,8 +4,8 @@ IslePathActor::IslePathActor() { this->m_pLegoWorld = NULL; - this->m_unk13c = 0x40c00000; - this->m_fourcc = 0x3f800000; + this->m_unk13c = 6.0; + this->m_unk15c = 1.0; this->m_unk158 = 0; }