From 07f6e8435cc22d5bd5e8e9af9cb0784027d7e3e4 Mon Sep 17 00:00:00 2001 From: Ramen2X <64166386+Ramen2X@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:13:06 -0400 Subject: [PATCH] add size assert for ScoreState --- LEGO1/scorestate.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/scorestate.cpp b/LEGO1/scorestate.cpp index 6d389b38..1a649e2f 100644 --- a/LEGO1/scorestate.cpp +++ b/LEGO1/scorestate.cpp @@ -1,5 +1,7 @@ #include "scorestate.h" +DECOMP_SIZE_ASSERT(ScoreState, 0x0C); + // OFFSET: LEGO1 0x1000de20 MxBool ScoreState::VTable0x14() { return FALSE;