mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +00:00
build
This commit is contained in:
parent
41850e170a
commit
252d032299
@ -254,7 +254,7 @@ MxResult LegoAnimationManager::LoadScriptInfo(MxS32 p_scriptIndex)
|
|||||||
for (MxS32 m = 0; m < m_anims[j].m_modelCount; m++) {
|
for (MxS32 m = 0; m < m_anims[j].m_modelCount; m++) {
|
||||||
MxU32 n;
|
MxU32 n;
|
||||||
|
|
||||||
if (FUN_10060140(m_anims[j].m_models[m].m_modelName, n) && m_anims[j].m_models[m].m_unk0x2c) {
|
if (IsNotVehicle(m_anims[j].m_models[m].m_modelName, n) && m_anims[j].m_models[m].m_unk0x2c) {
|
||||||
m_anims[j].m_unk0x2a[count++] = n;
|
m_anims[j].m_unk0x2a[count++] = n;
|
||||||
if (count > 3) {
|
if (count > 3) {
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user