mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Match MxDiskStreamController::FUN_100c7d10
This commit is contained in:
parent
f572b60f36
commit
8ad8e2ca2f
@ -168,16 +168,17 @@ MxResult MxDiskStreamController::FUN_100c7d10()
|
|||||||
{
|
{
|
||||||
MxAutoLocker lock(&this->m_criticalSection);
|
MxAutoLocker lock(&this->m_criticalSection);
|
||||||
MxDSStreamingAction* action = FUN_100c7db0();
|
MxDSStreamingAction* action = FUN_100c7db0();
|
||||||
if (action) {
|
|
||||||
if (FUN_100c8360(action) == SUCCESS) {
|
if (!action)
|
||||||
return SUCCESS;
|
return FAILURE;
|
||||||
}
|
|
||||||
else {
|
if (FUN_100c8360(action) != SUCCESS) {
|
||||||
VTable0x24(action);
|
VTable0x24(action);
|
||||||
FUN_100c7cb0(action);
|
FUN_100c7cb0(action);
|
||||||
}
|
|
||||||
}
|
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
|
}
|
||||||
|
|
||||||
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x100c7db0
|
// STUB: LEGO1 0x100c7db0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user