mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-10 18:21:14 +00:00
Fix Act3: ammo not sticking / finishing animation (#757)
This commit is contained in:
parent
527c308e28
commit
6f192a3b1c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user