From 069ac1910555a9b8300a10c7f08bf5df60b29bab Mon Sep 17 00:00:00 2001 From: Brendan Dougherty Date: Sat, 15 Jul 2023 16:09:33 -0500 Subject: [PATCH] Re-enable MxNotificationManager DECOMP_SIZE_ASSERT. --- LEGO1/mxnotificationmanager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/mxnotificationmanager.cpp b/LEGO1/mxnotificationmanager.cpp index 51cac5ef..593572bb 100644 --- a/LEGO1/mxnotificationmanager.cpp +++ b/LEGO1/mxnotificationmanager.cpp @@ -9,8 +9,7 @@ #include "decomp.h" DECOMP_SIZE_ASSERT(MxNotification, 0x8); -// Can't use DECOMP_SIZE_ASSERT due to STL type size changes. -//DECOMP_SIZE_ASSERT(MxNotificationManager, 0x40); +DECOMP_SIZE_ASSERT(MxNotificationManager, 0x40); // OFFSET: LEGO1 0x100ac220 MxNotification::MxNotification(MxCore *p_target, MxParam *p_param)