diff --git a/Minecraft.Client/Build/Extrax64Stubs.cpp b/Minecraft.Client/Build/Extrax64Stubs.cpp index 0ebd31b49..8b8f65724 100644 --- a/Minecraft.Client/Build/Extrax64Stubs.cpp +++ b/Minecraft.Client/Build/Extrax64Stubs.cpp @@ -46,7 +46,10 @@ C_4JProfile ProfileManager; #endif #endif // __PS3__ CSentientManager SentientManager; +#ifndef __linux__ +// On Linux this global shadows the project's StringTable class name in unity builds CXuiStringTable StringTable; +#endif #if !defined(_XBOX_ONE) && !defined(__linux__) ATG::XMLParser::XMLParser() {}