This commit is contained in:
Christian Semmler 2024-01-26 12:08:22 -05:00
parent 97c586d23c
commit 35a72f26f9

View File

@ -1,21 +1,21 @@
#include "racecar.h"
#include "legoomni.h"
#include "legocontrolmanager.h"
#include "legoomni.h"
DECOMP_SIZE_ASSERT(RaceCar, 0x164);
// FUNCTION: LEGO1 0x10028200
RaceCar::RaceCar()
{
this->m_unk0x13c = 40.0;
m_unk0x13c = 40.0;
}
// FUNCTION: LEGO1 0x10028420
RaceCar::~RaceCar()
{
ControlManager()->Unregister(this);
this->VTable0xe4();
VTable0xe4();
}
// STUB: LEGO1 0x10028490