mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fixes
This commit is contained in:
parent
97c586d23c
commit
35a72f26f9
@ -1,21 +1,21 @@
|
|||||||
#include "racecar.h"
|
#include "racecar.h"
|
||||||
|
|
||||||
#include "legoomni.h"
|
|
||||||
#include "legocontrolmanager.h"
|
#include "legocontrolmanager.h"
|
||||||
|
#include "legoomni.h"
|
||||||
|
|
||||||
DECOMP_SIZE_ASSERT(RaceCar, 0x164);
|
DECOMP_SIZE_ASSERT(RaceCar, 0x164);
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10028200
|
// FUNCTION: LEGO1 0x10028200
|
||||||
RaceCar::RaceCar()
|
RaceCar::RaceCar()
|
||||||
{
|
{
|
||||||
this->m_unk0x13c = 40.0;
|
m_unk0x13c = 40.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10028420
|
// FUNCTION: LEGO1 0x10028420
|
||||||
RaceCar::~RaceCar()
|
RaceCar::~RaceCar()
|
||||||
{
|
{
|
||||||
ControlManager()->Unregister(this);
|
ControlManager()->Unregister(this);
|
||||||
this->VTable0xe4();
|
VTable0xe4();
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10028490
|
// STUB: LEGO1 0x10028490
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user