mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-28 15:13:13 -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;
|
MxU32 offset = result->GetBufferOffset() + filesize;
|
||||||
((MxDSStreamingAction*) oldAction)->SetUnknown94(offset);
|
((MxDSStreamingAction*) oldAction)->SetUnknown94(offset);
|
||||||
((MxDSStreamingAction*) oldAction)->SetBufferOffset(offset);
|
((MxDSStreamingAction*) oldAction)->SetBufferOffset(offset);
|
||||||
m_unk0x3c.push_back(result);
|
m_unk0x3c.push_back(oldAction);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user