This commit is contained in:
Christian Semmler 2024-12-13 14:41:03 -07:00
parent f6b72485c2
commit d41c94a853
2 changed files with 4 additions and 2 deletions

View File

@ -139,7 +139,7 @@ jobs:
run: |
reccmp-reccmp -S CONFIGPROGRESS.SVG --svg-icon assets/config.png --target CONFIG | tee CONFIGPROGRESS.TXT
reccmp-reccmp -S ISLEPROGRESS.SVG --svg-icon assets/isle.png --target ISLE | tee ISLEPROGRESS.TXT
reccmp-reccmp -S LEGO1PROGRESS.SVG -T 4332 --svg-icon assets/lego1.png --target LEGO1 | tee LEGO1PROGRESS.TXT
reccmp-reccmp -S LEGO1PROGRESS.SVG -T 4340 --svg-icon assets/lego1.png --target LEGO1 | tee LEGO1PROGRESS.TXT
- name: Compare Accuracy With Current Master
shell: bash

View File

@ -279,7 +279,7 @@ void Act3Ammo::Animate(float p_time)
local104.SetIdentity();
MxResult r = FUN_10053db0((m_unk0x7c / m_BADuration) * m_unk0x19c, local104);
assert(r == SUCCESS);
assert(r == 0); // SUCCESS
local60.SetIdentity();
@ -389,6 +389,7 @@ void Act3Ammo::Animate(float p_time)
SoundManager()->GetCacheSoundManager()->Play("dnhitpz", NULL, FALSE);
m_a3->RemoveDonut(*this);
local14 = TRUE;
break;
}
}
}
@ -417,6 +418,7 @@ void Act3Ammo::Animate(float p_time)
SoundManager()->GetCacheSoundManager()->Play("pzhitdn", NULL, FALSE);
m_a3->RemovePizza(*this);
local14 = TRUE;
break;
}
}
}