mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
replace shorts with MxS16/MxU16/undefined2
This commit is contained in:
@@ -111,7 +111,7 @@ unsigned int MxDSObject::CalculateUnk08()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100bfa20
|
||||
void MxDSObject::Parse(char **p_source, unsigned short p_unk24)
|
||||
void MxDSObject::Parse(char **p_source, MxU16 p_unk24)
|
||||
{
|
||||
this->SetSourceName(*p_source);
|
||||
*p_source += strlen(this->m_sourceName) + 1;
|
||||
|
Reference in New Issue
Block a user