From 10ae05a8882108fa9bf2262eac3b69a81fd7b4eb Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 15 Mar 2024 16:35:28 +0100 Subject: [PATCH] Add missing size assert --- LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp b/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp index e1cf73dd..7a6ad696 100644 --- a/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp +++ b/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp @@ -9,6 +9,8 @@ #include +DECOMP_SIZE_ASSERT(LegoNavController, 0x70) + ////////////////////////////////////////////////////////////////////// #ifndef M_PI