From 0e488823a51225164d53e52385ca44e088a85f40 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 23 Mar 2024 09:57:25 -0400 Subject: [PATCH] Fix global pointer --- 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 7361dffe..87c12033 100644 --- a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp @@ -14,7 +14,7 @@ DECOMP_SIZE_ASSERT(Character, 0x18) DECOMP_SIZE_ASSERT(Vehicle, 0x8) DECOMP_SIZE_ASSERT(Unknown0x3c, 0x18) -// GLOBAL: LEGO1 0x100f6d10 +// GLOBAL: LEGO1 0x100f6d20 Vehicle g_vehicles[] = {"bikebd", 0, FALSE, "bikepg", 0, FALSE, "bikerd", 0, FALSE, "bikesy", 0, FALSE, "motoni", 0, FALSE, "motola", 0, FALSE, "board", 0, FALSE};