Implement MxTransitionManager::EndTransition and GetCurrentWorld (#159)

* Implement MxTransitionManager::EndTransition and GetCurrentWorld

* Match EndTransition

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
MattKC
2023-10-03 23:56:16 -07:00
committed by GitHub
parent 129e8d6373
commit 6da912e932
4 changed files with 32 additions and 7 deletions

View File

@@ -312,3 +312,9 @@ MxBool LegoOmni::vtable40()
// FIXME: Stub
return 0;
}
// OFFSET: LEGO1 0x100157a0
LegoWorld *GetCurrentWorld()
{
return LegoOmni::GetInstance()->GetCurrentWorld();
}