begin LegoLocomotionAnimPresenter (#474)

* LegoLocomotionAnimPresenter

* Fix game startup

* Fixes

* Add size assert

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-21 09:58:15 -05:00
committed by GitHub
parent b4bc0e51c9
commit 3f35302e76
4 changed files with 84 additions and 22 deletions

View File

@@ -6,6 +6,7 @@
#include "mxcompositepresenter.h"
#include "mxdsanim.h"
#include "mxstreamchunk.h"
#include "mxvideomanager.h"
DECOMP_SIZE_ASSERT(LegoAnimPresenter, 0xc0)
DECOMP_SIZE_ASSERT(LegoAnimClassBase, 0x08)
@@ -161,11 +162,10 @@ void LegoAnimPresenter::DoneTickle()
// TODO
}
// STUB: LEGO1 0x1006b8d0
// FUNCTION: LEGO1 0x1006b8d0
MxResult LegoAnimPresenter::AddToManager()
{
// TODO
return SUCCESS;
return MxVideoPresenter::AddToManager();
}
// FUNCTION: LEGO1 0x1006b8e0