Match MxDiskStreamProvider::FUN_100d1780

This commit is contained in:
Christian Semmler 2024-12-28 10:29:30 -07:00
parent 29e77210e8
commit a8d2b6e7e9

View File

@ -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;