Fix match of MxDiskStreamController::VTable0x28

This commit is contained in:
Christian Semmler 2023-12-23 14:19:32 -05:00
parent 439173f1d5
commit 24a3a8f3fd
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -107,7 +107,7 @@ MxDSStreamingAction* MxDiskStreamController::VTable0x28()
MxU32 offset = result->GetBufferOffset() + filesize;
((MxDSStreamingAction*) oldAction)->SetUnknown94(offset);
((MxDSStreamingAction*) oldAction)->SetBufferOffset(offset);
m_unk0x3c.push_back(result);
m_unk0x3c.push_back(oldAction);
}
}