Adjust variables

This commit is contained in:
Joshua Peisach 2023-07-24 13:26:10 -04:00 committed by GitHub
parent 02e8f9755c
commit 7df05beaf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}