mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Rename snake_case functions from localisation folder
This commit is contained in:
committed by
GitHub
parent
8504c8d05e
commit
b4480b344e
@@ -16,7 +16,7 @@
|
||||
void FootpathRailingsObject::Load()
|
||||
{
|
||||
GetStringTable().Sort();
|
||||
NameStringId = language_allocate_object_string(GetName());
|
||||
NameStringId = LanguageAllocateObjectString(GetName());
|
||||
|
||||
auto numImages = GetImageTable().GetCount();
|
||||
if (numImages != 0)
|
||||
@@ -38,7 +38,7 @@ void FootpathRailingsObject::Load()
|
||||
|
||||
void FootpathRailingsObject::Unload()
|
||||
{
|
||||
language_free_object_string(NameStringId);
|
||||
LanguageFreeObjectString(NameStringId);
|
||||
GfxObjectFreeImages(PreviewImageId, GetImageTable().GetCount());
|
||||
|
||||
NameStringId = 0;
|
||||
|
||||
Reference in New Issue
Block a user