mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Rename rct_string_id to StringId
This commit is contained in:
@@ -260,7 +260,7 @@ public:
|
||||
return objects;
|
||||
}
|
||||
|
||||
static rct_string_id GetObjectSourceGameString(const ObjectSourceGame sourceGame)
|
||||
static StringId GetObjectSourceGameString(const ObjectSourceGame sourceGame)
|
||||
{
|
||||
switch (sourceGame)
|
||||
{
|
||||
@@ -771,7 +771,7 @@ void object_manager_unload_all_objects()
|
||||
objectManager.UnloadAllTransient();
|
||||
}
|
||||
|
||||
rct_string_id object_manager_get_source_game_string(const ObjectSourceGame sourceGame)
|
||||
StringId object_manager_get_source_game_string(const ObjectSourceGame sourceGame)
|
||||
{
|
||||
return ObjectManager::GetObjectSourceGameString(sourceGame);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user