mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 16:21:53 +00:00
Use standard wide string returns in game rules
This commit is contained in:
@@ -388,7 +388,7 @@ void LevelGenerationOptions::loadStringTable(StringTable *table)
|
||||
m_stringTable = table;
|
||||
}
|
||||
|
||||
LPCWSTR LevelGenerationOptions::getString(const std::wstring &key)
|
||||
const wchar_t *LevelGenerationOptions::getString(const std::wstring &key)
|
||||
{
|
||||
if(m_stringTable == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user