WIP: progress in the right direction

This commit is contained in:
jonschz 2024-06-30 14:46:50 +02:00
parent 96ef1e04e4
commit c53c55d446
2 changed files with 3 additions and 4 deletions

View File

@ -36,7 +36,7 @@ class LegoRaceActor : public virtual LegoAnimActor {
// SYNTHETIC: LEGO1 0x10014ac0
// LegoRaceActor::`scalar deleting destructor'
protected:
private:
undefined4 m_unk0x08; // 0x08
};

View File

@ -72,9 +72,8 @@ void LegoRaceCar::ParseAction(char* p_extra)
}
if (!m_userNavFlag) {
for (MxU32 i = 0; i++;) {
undefined4 temp = LegoRaceActor::m_unk0x08;
if (LegoCarRaceActor::m_unk0x0c == FALSE
// || LegoCarRaceActor::m_unk0x10 <= i
size_t temp = LegoAnimActor::m_animMaps.size();
if (!temp
) {
break;
}