Match MxDiskStreamProvider::FUN_100d1780 (#1299)

This commit is contained in:
Christian Semmler 2024-12-28 10:41:35 -07:00 committed by GitHub
parent a97934e188
commit 724a566c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@ MxResult MxDiskStreamProvider::FUN_100d1780(MxDSStreamingAction* p_action)
{
AUTOLOCK(m_criticalSection);
m_list.push_back(p_action);
m_list.PushBack(p_action);
}
m_unk0x35 = TRUE;