From b1fdb780de2fe50064bc0b5b15774d95fcf61b44 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 15 Jan 2024 15:59:57 -0500 Subject: [PATCH] Add missing size asserts for lists --- LEGO1/lego/legoomni/src/entity/legoworld.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/entity/legoworld.cpp b/LEGO1/lego/legoomni/src/entity/legoworld.cpp index c9e24038..dca2115f 100644 --- a/LEGO1/lego/legoomni/src/entity/legoworld.cpp +++ b/LEGO1/lego/legoomni/src/entity/legoworld.cpp @@ -11,7 +11,11 @@ #include "mxomni.h" #include "mxticklemanager.h" -DECOMP_SIZE_ASSERT(LegoWorld, 0xf8); +DECOMP_SIZE_ASSERT(LegoWorld, 0xf8) +DECOMP_SIZE_ASSERT(LegoEntityList, 0x18) +DECOMP_SIZE_ASSERT(LegoEntityListCursor, 0x10) +DECOMP_SIZE_ASSERT(MxCoreList, 0x18) +DECOMP_SIZE_ASSERT(MxCoreListCursor, 0x10) // STUB: LEGO1 0x1001ca40 LegoWorld::LegoWorld() : m_list0x68(TRUE)