mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fix
This commit is contained in:
parent
76c0ae0ed7
commit
e5b621044c
@ -133,8 +133,7 @@ class LegoRaceCar : public LegoCarRaceActor, public LegoRaceMap {
|
|||||||
|
|
||||||
// FUNCTION: LEGO1 0x10014560
|
// FUNCTION: LEGO1 0x10014560
|
||||||
// FUNCTION: BETA10 0x100cd660
|
// FUNCTION: BETA10 0x100cd660
|
||||||
void LegoRaceCar::SwitchBoundary(LegoPathBoundary*& p_boundary, LegoUnknown100db7f4*& p_edge, float& p_unk0xe4)
|
void SwitchBoundary(LegoPathBoundary*& p_boundary, LegoUnknown100db7f4*& p_edge, float& p_unk0xe4) override
|
||||||
override
|
|
||||||
{
|
{
|
||||||
LegoCarRaceActor::SwitchBoundary(p_boundary, p_edge, p_unk0xe4);
|
LegoCarRaceActor::SwitchBoundary(p_boundary, p_edge, p_unk0xe4);
|
||||||
} // vtable+0x98
|
} // vtable+0x98
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user