mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +00:00
Update mxdiskstreamprovider.cpp
This commit is contained in:
parent
eff482b0a5
commit
24a418b66f
@ -148,7 +148,7 @@ void MxDiskStreamProvider::PerformWork()
|
|||||||
action = (MxDSStreamingAction*) m_list.front();
|
action = (MxDSStreamingAction*) m_list.front();
|
||||||
m_list.pop_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) {
|
if (action->GetUnknowna0()->GetWriteOffset() < 0x20000) {
|
||||||
g_unk0x10102878--;
|
g_unk0x10102878--;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user