mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Match MxDiskStreamProvider::FUN_100d1780
(#1299)
This commit is contained in:

committed by
GitHub

parent
a97934e188
commit
724a566c2e
@@ -201,7 +201,7 @@ MxResult MxDiskStreamProvider::FUN_100d1780(MxDSStreamingAction* p_action)
|
|||||||
|
|
||||||
{
|
{
|
||||||
AUTOLOCK(m_criticalSection);
|
AUTOLOCK(m_criticalSection);
|
||||||
m_list.push_back(p_action);
|
m_list.PushBack(p_action);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_unk0x35 = TRUE;
|
m_unk0x35 = TRUE;
|
||||||
|
Reference in New Issue
Block a user