From 1e6239a68bf67e63836949fddc992f9ad3d402fc Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 21 Jan 2024 09:55:34 -0500 Subject: [PATCH] Add size assert --- LEGO1/lego/legoomni/src/video/legolocomotionanimpresenter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/lego/legoomni/src/video/legolocomotionanimpresenter.cpp b/LEGO1/lego/legoomni/src/video/legolocomotionanimpresenter.cpp index 05970923..db6e6a79 100644 --- a/LEGO1/lego/legoomni/src/video/legolocomotionanimpresenter.cpp +++ b/LEGO1/lego/legoomni/src/video/legolocomotionanimpresenter.cpp @@ -3,6 +3,8 @@ #include "legoomni.h" #include "legoworld.h" +DECOMP_SIZE_ASSERT(LegoLocomotionAnimPresenter, 0xd8) + // FUNCTION: LEGO1 0x1006cdd0 LegoLocomotionAnimPresenter::LegoLocomotionAnimPresenter() {