mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
Match ~MxDSStreamingAction
This commit is contained in:
parent
915390602b
commit
e341afd411
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "mxdsstreamingaction.h"
|
||||
#include "mxdsbuffer.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(MxDSStreamingAction, 0xb4)
|
||||
|
||||
|
@ -22,7 +23,6 @@ MxDSStreamingAction::MxDSStreamingAction(MxDSStreamingAction &p_dsStreamingActio
|
|||
// OFFSET: LEGO1 0x100cd150
|
||||
MxDSStreamingAction::~MxDSStreamingAction()
|
||||
{
|
||||
// TODO: Implement MxDSBuffer
|
||||
if (this->m_unka0)
|
||||
delete this->m_unka0;
|
||||
if (this->m_unka4)
|
||||
|
|
Loading…
Reference in a new issue