From a5fc03eb6d7725e96725387dacf8daa1bba153e8 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 9 Oct 2023 18:30:04 -0400 Subject: [PATCH] Add correct address for destructor --- LEGO1/mxactionnotificationparam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LEGO1/mxactionnotificationparam.h b/LEGO1/mxactionnotificationparam.h index 7bd437da..4229e252 100644 --- a/LEGO1/mxactionnotificationparam.h +++ b/LEGO1/mxactionnotificationparam.h @@ -26,7 +26,8 @@ class MxActionNotificationParam : public MxNotificationParam this->m_action->SetUnknown24(oldAction->GetUnknown24()); } - inline virtual MxActionNotificationParam::~MxActionNotificationParam() override // 0x100511e0 + // OFFSET: LEGO1 0x10051050 + inline virtual MxActionNotificationParam::~MxActionNotificationParam() override { if (!this->m_realloc) return;