mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-03-26 06:30:05 -04:00
Make comparison more obvious
This commit is contained in:
parent
569d8ace96
commit
855e548516
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ void MxMediaPresenter::RepeatingTickle()
|
|||
}
|
||||
}
|
||||
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_currentTickleState = TickleState_unk5;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue