mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
reccmp: vtable comparison (#452)
* Add vtable comparison to reccmp * Add missing scalar deleting destructors * Fix some vtables --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -57,6 +57,9 @@ public:
|
||||
delete[] m_data;
|
||||
}
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100be150
|
||||
// MxDSChunk::`scalar deleting destructor'
|
||||
|
||||
protected:
|
||||
MxU16 m_flags; // 0x8
|
||||
MxU32 m_objectId; // 0xc
|
||||
|
||||
Reference in New Issue
Block a user