mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +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
|
// SYNTHETIC: LEGO1 0x10014ac0
|
||||||
// LegoRaceActor::`scalar deleting destructor'
|
// LegoRaceActor::`scalar deleting destructor'
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
undefined4 m_unk0x08; // 0x08
|
undefined4 m_unk0x08; // 0x08
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -72,9 +72,8 @@ void LegoRaceCar::ParseAction(char* p_extra)
|
|||||||
}
|
}
|
||||||
if (!m_userNavFlag) {
|
if (!m_userNavFlag) {
|
||||||
for (MxU32 i = 0; i++;) {
|
for (MxU32 i = 0; i++;) {
|
||||||
undefined4 temp = LegoRaceActor::m_unk0x08;
|
size_t temp = LegoAnimActor::m_animMaps.size();
|
||||||
if (LegoCarRaceActor::m_unk0x0c == FALSE
|
if (!temp
|
||||||
// || LegoCarRaceActor::m_unk0x10 <= i
|
|
||||||
) {
|
) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user