mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-18 22:11:16 +00:00
Make comparison more obvious
This commit is contained in:
parent
569d8ace96
commit
855e548516
@ -226,7 +226,7 @@ void MxMediaPresenter::RepeatingTickle()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (m_action->GetStartTime() + m_action->GetDuration() <= m_action->GetElapsedTime()) {
|
if (m_action->GetElapsedTime() >= m_action->GetStartTime() + m_action->GetDuration()) {
|
||||||
m_previousTickleStates |= 1 << (unsigned char) m_currentTickleState;
|
m_previousTickleStates |= 1 << (unsigned char) m_currentTickleState;
|
||||||
m_currentTickleState = TickleState_unk5;
|
m_currentTickleState = TickleState_unk5;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user