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
@@ -88,7 +88,7 @@ void MxEventPresenter::StartingTickle()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c2ef0
|
||||
undefined4 MxEventPresenter::PutData()
|
||||
MxResult MxEventPresenter::PutData()
|
||||
{
|
||||
MxAutoLocker lock(&m_criticalSection);
|
||||
|
||||
@@ -113,5 +113,5 @@ undefined4 MxEventPresenter::PutData()
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user