From 61f5e4c23956ae0057b59f88669a93f431d88067 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 3 Mar 2024 09:07:15 -0500 Subject: [PATCH] Revert "Use static" This reverts commit e0a4324e004e83565a9880e457c588ed0cf71931. --- LEGO1/lego/legoomni/src/main/legoomni.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/main/legoomni.cpp b/LEGO1/lego/legoomni/src/main/legoomni.cpp index 549b84a0..1da15cee 100644 --- a/LEGO1/lego/legoomni/src/main/legoomni.cpp +++ b/LEGO1/lego/legoomni/src/main/legoomni.cpp @@ -122,7 +122,7 @@ const char* g_current = "current"; MxBool g_isWorldActive = TRUE; // GLOBAL: LEGO1 0x10102b28 -static LegoOmni::PathContainer g_extraPaths[29]; +LegoOmni::PathContainer g_extraPaths[29]; // FUNCTION: LEGO1 0x10015700 LegoOmni* Lego()