isledecomp / isle

A work-in-progress decompilation of LEGO Island (1997)
1.79k stars 89 forks source link

Implement/match `LegoCarRaceActor::VTable0x6c` #1085

Closed jonschz closed 3 months ago

jonschz commented 3 months ago

The logic and structure of this function appears to be correct, but there are some mismatches coming from the inlined iterator functions. The overall match percentage is 89 %. Since LegoPathActor::VTable0x6c is affected by the same problem, I think that these mismatches have a common root cause that is caused by something else.