fix incorrect location of functions (#341)

This commit is contained in:
Misha
2023-12-17 12:28:11 -05:00
committed by GitHub
parent 20daddde32
commit 9eebe18161
6 changed files with 23 additions and 29 deletions

View File

@@ -9,28 +9,6 @@
DECOMP_SIZE_ASSERT(LegoWorld, 0xf8);
MxBool g_isWorldActive;
// STUB: LEGO1 0x10015820
void FUN_10015820(MxU32, MxU32)
{
// TODO
}
// STUB: LEGO1 0x10015910
void FUN_10015910(MxU32)
{
// TODO
}
// FUNCTION: LEGO1 0x100159c0
void SetIsWorldActive(MxBool p_isWorldActive)
{
if (!p_isWorldActive)
LegoOmni::GetInstance()->GetInputManager()->SetCamera(NULL);
g_isWorldActive = p_isWorldActive;
}
// STUB: LEGO1 0x1001ca40
LegoWorld::LegoWorld()
{