CarRace ctor (#372)

* CarRace ctor

* Fixes

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-12-27 13:27:02 -05:00
committed by GitHub
parent 5a1ba02772
commit f1f6743d08
3 changed files with 31 additions and 18 deletions

View File

@@ -1,7 +1,10 @@
#include "carrace.h"
// STUB: LEGO1 0x10016a90
DECOMP_SIZE_ASSERT(CarRace, 0x154);
// FUNCTION: LEGO1 0x10016a90
CarRace::CarRace()
{
// TODO
this->m_unk0x150 = 0;
this->m_unk0x130 = MxRect32(0x16c, 0x154, 0x1ec, 0x15e);
}