diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-11 15:38:06 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-11 15:38:06 +0100 |
commit | e82d6661912c3010ba77958fc977d8db1e7bc769 (patch) | |
tree | 632a53804b827e14ba654c906ea37f4a581b48e9 /NorthstarDedicatedTest/modlocalisation.cpp | |
parent | c9771185a73ffb324887a85f6d2185bd14da374d (diff) | |
download | NorthstarLauncher-e82d6661912c3010ba77958fc977d8db1e7bc769.tar.gz NorthstarLauncher-e82d6661912c3010ba77958fc977d8db1e7bc769.zip |
rename g_ModManager to g_pModManager
Diffstat (limited to 'NorthstarDedicatedTest/modlocalisation.cpp')
-rw-r--r-- | NorthstarDedicatedTest/modlocalisation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/modlocalisation.cpp b/NorthstarDedicatedTest/modlocalisation.cpp index 0fc02596..b6cb38dd 100644 --- a/NorthstarDedicatedTest/modlocalisation.cpp +++ b/NorthstarDedicatedTest/modlocalisation.cpp @@ -21,7 +21,7 @@ bool AddLocalisationFileHook(void* g_pVguiLocalize, const char* path, const char loadModLocalisationFiles = false; - for (Mod mod : g_ModManager->m_loadedMods) + for (Mod mod : g_pModManager->m_loadedMods) if (mod.Enabled) for (std::string& localisationFile : mod.LocalisationFiles) AddLocalisationFile(g_pVguiLocalize, localisationFile.c_str(), pathId, unknown); |