mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Rename snake_case functions from localisation folder
This commit is contained in:
committed by
GitHub
parent
8504c8d05e
commit
b4480b344e
@@ -33,7 +33,7 @@ constexpr size_t DEFAULT_BYTES_PER_TICK = 1378;
|
||||
void MusicObject::Load()
|
||||
{
|
||||
GetStringTable().Sort();
|
||||
NameStringId = language_allocate_object_string(GetName());
|
||||
NameStringId = LanguageAllocateObjectString(GetName());
|
||||
|
||||
// Start with base images
|
||||
_loadedSampleTable.LoadFrom(_sampleTable, 0, _sampleTable.GetCount());
|
||||
@@ -79,7 +79,7 @@ void MusicObject::Load()
|
||||
|
||||
void MusicObject::Unload()
|
||||
{
|
||||
language_free_object_string(NameStringId);
|
||||
LanguageFreeObjectString(NameStringId);
|
||||
NameStringId = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user