mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-24 04:26:55 -04:00
Match MxTransitionManager::Tickle
(#1286)
This commit is contained in:
parent
fd5f7ad620
commit
f475d5e196
@ -54,7 +54,8 @@ MxResult MxTransitionManager::GetDDrawSurfaceFromVideoManager() // vtable+0x14
|
|||||||
// FUNCTION: LEGO1 0x1004bac0
|
// FUNCTION: LEGO1 0x1004bac0
|
||||||
MxResult MxTransitionManager::Tickle()
|
MxResult MxTransitionManager::Tickle()
|
||||||
{
|
{
|
||||||
if (m_animationSpeed + m_systemTime > timeGetTime()) {
|
MxULong time = m_animationSpeed + m_systemTime;
|
||||||
|
if (time > timeGetTime()) {
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user