mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Return type of PutData is MxResult (#305)
* Return type of PutData is MxResult * Remove out.html
This commit is contained in:

committed by
GitHub

parent
2fa70d233f
commit
10062d2b28
@@ -245,7 +245,7 @@ void MxWavePresenter::AppendChunk(MxStreamChunk* p_chunk)
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b2160
|
||||
undefined4 MxWavePresenter::PutData()
|
||||
MxResult MxWavePresenter::PutData()
|
||||
{
|
||||
MxAutoLocker lock(&m_criticalSection);
|
||||
|
||||
@@ -276,7 +276,7 @@ undefined4 MxWavePresenter::PutData()
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b2280
|
||||
|
Reference in New Issue
Block a user