mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Rename snake_case functions from localisation folder
This commit is contained in:
committed by
GitHub
parent
8504c8d05e
commit
b4480b344e
@@ -123,7 +123,7 @@ std::string Object::GetOverrideString(uint8_t index) const
|
||||
const utf8* result = nullptr;
|
||||
if (stringId != STR_NONE)
|
||||
{
|
||||
result = language_get_string(stringId);
|
||||
result = LanguageGetString(stringId);
|
||||
}
|
||||
return String::ToStd(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user