Use static

This commit is contained in:
Christian Semmler 2024-03-03 08:30:36 -05:00
parent c3701a925d
commit e0a4324e00

View file

@ -122,7 +122,7 @@ const char* g_current = "current";
MxBool g_isWorldActive = TRUE; MxBool g_isWorldActive = TRUE;
// GLOBAL: LEGO1 0x10102b28 // GLOBAL: LEGO1 0x10102b28
LegoOmni::PathContainer g_extraPaths[29]; static LegoOmni::PathContainer g_extraPaths[29];
// FUNCTION: LEGO1 0x10015700 // FUNCTION: LEGO1 0x10015700
LegoOmni* Lego() LegoOmni* Lego()