Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Jan 5, 2025
1 parent 76c0ae0 commit e5b6210
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LEGO1/lego/legoomni/include/legoracers.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ class LegoRaceCar : public LegoCarRaceActor, public LegoRaceMap {

// FUNCTION: LEGO1 0x10014560
// FUNCTION: BETA10 0x100cd660
void LegoRaceCar::SwitchBoundary(LegoPathBoundary*& p_boundary, LegoUnknown100db7f4*& p_edge, float& p_unk0xe4)
override
void SwitchBoundary(LegoPathBoundary*& p_boundary, LegoUnknown100db7f4*& p_edge, float& p_unk0xe4) override
{
LegoCarRaceActor::SwitchBoundary(p_boundary, p_edge, p_unk0xe4);
} // vtable+0x98
Expand Down

0 comments on commit e5b6210

Please sign in to comment.