From ec8a912c53afe7d723e34d216ea9f449505c0a9d Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 27 Apr 2024 10:25:09 -0400 Subject: [PATCH] fix hex val --- LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp index fb73980a..2bf7664f 100644 --- a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp @@ -18,7 +18,7 @@ DECOMP_SIZE_ASSERT(LegoAnimationManager, 0x500) DECOMP_SIZE_ASSERT(Character, 0x18) -DECOMP_SIZE_ASSERT(Vehicle, 0x8) +DECOMP_SIZE_ASSERT(Vehicle, 0x08) DECOMP_SIZE_ASSERT(Unknown0x3c, 0x18) DECOMP_SIZE_ASSERT(LegoTranInfo, 0x78)