mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
CarRace ctor (#372)
* CarRace ctor * Fixes --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user