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);