mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Implement MxTransitionManager::SetWaitIndicator
This commit is contained in:
parent
6916aa49e3
commit
55b2db16b7
@ -231,10 +231,10 @@ void MxTransitionManager::Transition_Wipe()
|
||||
}
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1004c470 STUB
|
||||
void MxTransitionManager::SetWaitIndicator(MxVideoPresenter *videoPresenter)
|
||||
// OFFSET: LEGO1 0x1004c470
|
||||
void MxTransitionManager::SetWaitIndicator(MxVideoPresenter *p_videoPresenter)
|
||||
{
|
||||
// TODO
|
||||
m_waitIndicator = p_videoPresenter;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1004c4d0
|
||||
|
||||
@ -12,7 +12,7 @@ class MxTransitionManager : public MxCore
|
||||
MxTransitionManager();
|
||||
virtual ~MxTransitionManager() override; // vtable+0x0
|
||||
|
||||
__declspec(dllexport) void SetWaitIndicator(MxVideoPresenter *videoPresenter);
|
||||
__declspec(dllexport) void SetWaitIndicator(MxVideoPresenter *p_videoPresenter);
|
||||
|
||||
virtual MxResult Tickle(); // vtable+0x8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user