mirror of
https://github.com/isledecomp/isle.git
synced 2025-02-16 19:50:15 -05:00
Fix match of MxDiskStreamController::VTable0x28
This commit is contained in:
parent
439173f1d5
commit
24a3a8f3fd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue