mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
RaceCar destructor
This commit is contained in:
parent
5f413165cc
commit
4bc59df597
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user