From 2f86c6f9dbb1c0736a0a1a238d3701e8ad1a550c Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 6 Nov 2023 03:56:24 -0500 Subject: [PATCH] Add global addr --- LEGO1/legoomni.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LEGO1/legoomni.cpp b/LEGO1/legoomni.cpp index 203cfb16..fb5e187c 100644 --- a/LEGO1/legoomni.cpp +++ b/LEGO1/legoomni.cpp @@ -19,8 +19,6 @@ #include "mxticklemanager.h" #include "mxtransitionmanager.h" -const char* g_current = "current"; - // 0x100f451c MxAtomId* g_copterScript = NULL; @@ -105,6 +103,9 @@ MxAtomId* g_creditsScript = NULL; // 0x100f4588 MxAtomId* g_nocdSourceName = NULL; +// 0x100f6718 +const char* g_current = "current"; + // 0x101020e8 void (*g_omniUserMessage)(const char*, int);