mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
implement MxDSBuffer object creation (#340)
* push changes * Update mxstreamcontroller.cpp * fix build * MxStreamChunk * fix format * Match functions * Add a comment --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -7,7 +7,7 @@ MxDSChunk::MxDSChunk()
|
||||
{
|
||||
m_flags = 0;
|
||||
m_data = NULL;
|
||||
m_unk0x0c = -1;
|
||||
m_objectId = -1;
|
||||
m_time = 0;
|
||||
m_length = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user