Update mxdiskstreamprovider.cpp

This commit is contained in:
Misha 2023-12-25 10:00:27 -05:00
parent eff482b0a5
commit 24a418b66f
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -148,7 +148,7 @@ void MxDiskStreamProvider::PerformWork()
action = (MxDSStreamingAction*) m_list.front();
m_list.pop_front();
// TODO delete lock here (could be an line function)
// TODO delete lock here (could be an inline function for locking & popping list)
if (action->GetUnknowna0()->GetWriteOffset() < 0x20000) {
g_unk0x10102878--;
}