mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Rename InitPresenters to Create, remove this keyword (#1000)
This commit is contained in:

committed by
GitHub

parent
ba378eb224
commit
2147be19de
@@ -146,7 +146,7 @@ MxResult MxVideoManager::VTable0x28(
|
||||
|
||||
m_unk0x60 = FALSE;
|
||||
|
||||
if (MxMediaManager::InitPresenters() != SUCCESS) {
|
||||
if (MxMediaManager::Create() != SUCCESS) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
@@ -219,7 +219,7 @@ MxResult MxVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyMS,
|
||||
|
||||
m_unk0x60 = TRUE;
|
||||
|
||||
if (MxMediaManager::InitPresenters() != SUCCESS) {
|
||||
if (MxMediaManager::Create() != SUCCESS) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user