mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-27 06:32:06 -04:00
Fix match of MxDiskStreamController::VTable0x28
This commit is contained in:
parent
439173f1d5
commit
24a3a8f3fd
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user