mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Rename rct_string_id to StringId
This commit is contained in:
@@ -685,7 +685,7 @@ std::unique_ptr<Object> object_repository_load_object(const rct_object_entry* ob
|
||||
|
||||
void scenario_translate(scenario_index_entry* scenarioEntry)
|
||||
{
|
||||
rct_string_id localisedStringIds[3];
|
||||
StringId localisedStringIds[3];
|
||||
if (language_get_localised_scenario_strings(scenarioEntry->name, localisedStringIds))
|
||||
{
|
||||
if (localisedStringIds[0] != STR_NONE)
|
||||
|
||||
Reference in New Issue
Block a user