mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 04:31:16 +00:00
Fix BETA10 references for MxCompositePresenter
This commit is contained in:
parent
017e2380b8
commit
57c19275a1
@ -27,6 +27,7 @@ MxCompositeMediaPresenter::~MxCompositeMediaPresenter()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10074090
|
// FUNCTION: LEGO1 0x10074090
|
||||||
|
// FUNCTION: BETA10 0x100e9d37
|
||||||
MxResult MxCompositeMediaPresenter::StartAction(MxStreamController* p_controller, MxDSAction* p_action)
|
MxResult MxCompositeMediaPresenter::StartAction(MxStreamController* p_controller, MxDSAction* p_action)
|
||||||
{
|
{
|
||||||
AUTOLOCK(m_criticalSection);
|
AUTOLOCK(m_criticalSection);
|
||||||
|
|||||||
@ -25,7 +25,7 @@ MxCompositePresenter::~MxCompositePresenter()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b6410
|
// FUNCTION: LEGO1 0x100b6410
|
||||||
// FUNCTION: BETA10 0x100e9d37
|
// FUNCTION: BETA10 0x10137344
|
||||||
MxResult MxCompositePresenter::StartAction(MxStreamController* p_controller, MxDSAction* p_action)
|
MxResult MxCompositePresenter::StartAction(MxStreamController* p_controller, MxDSAction* p_action)
|
||||||
{
|
{
|
||||||
AUTOLOCK(m_criticalSection);
|
AUTOLOCK(m_criticalSection);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user