mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
WIP: progress in the right direction
This commit is contained in:
parent
96ef1e04e4
commit
c53c55d446
@ -36,7 +36,7 @@ class LegoRaceActor : public virtual LegoAnimActor {
|
||||
// SYNTHETIC: LEGO1 0x10014ac0
|
||||
// LegoRaceActor::`scalar deleting destructor'
|
||||
|
||||
protected:
|
||||
private:
|
||||
undefined4 m_unk0x08; // 0x08
|
||||
};
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user