mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 21:58:09 +00:00
Use standard locale IDs in common app
This commit is contained in:
@@ -9185,13 +9185,13 @@ void CMinecraftApp::getLocale(std::vector<std::wstring> &vecWstrLocales)
|
||||
}
|
||||
}
|
||||
|
||||
DWORD CMinecraftApp::get_eMCLang(WCHAR *pwchLocale)
|
||||
int CMinecraftApp::get_eMCLang(WCHAR *pwchLocale)
|
||||
{
|
||||
return m_eMCLangA[pwchLocale];
|
||||
}
|
||||
|
||||
|
||||
DWORD CMinecraftApp::get_xcLang(WCHAR *pwchLocale)
|
||||
int CMinecraftApp::get_xcLang(WCHAR *pwchLocale)
|
||||
{
|
||||
return m_xcLangA[pwchLocale];
|
||||
}
|
||||
|
||||
@@ -875,8 +875,8 @@ public:
|
||||
|
||||
void LocaleAndLanguageInit();
|
||||
void getLocale(std::vector<std::wstring> &vecWstrLocales);
|
||||
DWORD get_eMCLang(WCHAR *pwchLocale);
|
||||
DWORD get_xcLang(WCHAR *pwchLocale);
|
||||
int get_eMCLang(WCHAR *pwchLocale);
|
||||
int get_xcLang(WCHAR *pwchLocale);
|
||||
|
||||
void SetTickTMSDLCFiles(bool bVal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user