From a013ffc0b401694e3bfdc4654893a7f61a4548a1 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 23 Mar 2024 12:00:45 -0400 Subject: [PATCH] Add size assert --- LEGO1/lego/legoomni/src/entity/legocameralocations.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp b/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp index 6c49d6d0..07c8abd2 100644 --- a/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp +++ b/LEGO1/lego/legoomni/src/entity/legocameralocations.cpp @@ -1,5 +1,7 @@ #include "legocameralocations.h" +DECOMP_SIZE_ASSERT(LegoCameraLocation, 0x60) + // GLOBAL: LEGO1 0x100f4c60 LegoCameraLocation g_cameraLocations[] = { {0, "look at origin from z=-8", 0, 1.25, -8, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},