From 6242ba4cd981451daaf34ed2fea81cb0f53d508c Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 10 May 2024 10:15:31 -0400 Subject: [PATCH] Add size assert --- LEGO1/lego/legoomni/src/entity/legocameralocations.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp b/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp index 90cb73be..9c887e68 100644 --- a/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp +++ b/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp @@ -1,6 +1,7 @@ #include "legocameralocations.h" DECOMP_SIZE_ASSERT(LegoCameraLocation, 0x60) +DECOMP_SIZE_ASSERT(LegoCameraLocation::Path, 0x18) // GLOBAL: LEGO1 0x100f4c60 LegoCameraLocation g_cameraLocations[] = {