Fix Act3: ammo not sticking / finishing animation (#757)

This commit is contained in:
Christian Semmler 2025-12-31 14:03:06 -07:00 committed by GitHub
parent 527c308e28
commit 6f192a3b1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,7 +307,7 @@ void Act3Ammo::Animate(float p_time)
MxU32 local14 = FALSE;
MxU32 localb8 = FALSE;
if (f >= p_time) {
if (f > p_time) {
m_actorTime = (p_time - m_lastTime) * m_worldSpeed + m_actorTime;
m_unk0x7c = (p_time - m_lastTime) * m_worldSpeed + m_unk0x7c;
m_lastTime = p_time;