mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Name some MxDSChunk flags (#394)
This commit is contained in:
committed by
GitHub
parent
3f2fac72e4
commit
afe537b99e
@@ -15,9 +15,8 @@ MxDSChunk::MxDSChunk()
|
||||
// FUNCTION: LEGO1 0x100be170
|
||||
MxDSChunk::~MxDSChunk()
|
||||
{
|
||||
if (m_flags & Flag_Bit1) {
|
||||
if (m_flags & Flag_Bit1)
|
||||
delete[] m_data;
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100be1e0
|
||||
|
||||
Reference in New Issue
Block a user