From 66623a3925008d91254d77c31bdf5f99f79a97e1 Mon Sep 17 00:00:00 2001 From: disinvite Date: Wed, 27 Sep 2023 14:22:10 -0400 Subject: [PATCH] Reduced size assert for MxEntity --- LEGO1/mxentity.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LEGO1/mxentity.cpp b/LEGO1/mxentity.cpp index cf386601..54e854ab 100644 --- a/LEGO1/mxentity.cpp +++ b/LEGO1/mxentity.cpp @@ -1,6 +1,8 @@ #include "mxentity.h" -// DECOMP_SIZE_ASSERT(MxEntity, 0x68) +// Size subject to change. It's not clear yet which members belong to +// MxEntity and which belong only the subclasses. +DECOMP_SIZE_ASSERT(MxEntity, 0x5c) // OFFSET: LEGO1 0x1001d190 MxEntity::MxEntity()