RaceCar destructor

This commit is contained in:
Joshua Peisach 2024-01-26 11:09:18 -05:00
parent 5f413165cc
commit 4bc59df597
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

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