Match MxDSSound constructor by adding the missing member

just four bytes in between them in ghidra.. isn't that enough for ghidra to justify a member variable?
This commit is contained in:
Joshua Peisach 2023-07-09 20:38:44 -04:00
parent 1fba156a05
commit 8b682cb492
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -25,7 +25,8 @@ class MxDSSound : public MxDSMediaAction
return !strcmp(name, MxDSSound::ClassName()) || MxDSMediaAction::IsA(name);
}
private:
MxS32 m_lastField; // 0xbc
MxS32 m_unkb8;
MxLong m_lastField; // 0xbc
};