mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Rename format_string(2) and is_user_string_id() (#19178)
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
committed by
GitHub
parent
76b918e7ed
commit
bf5f7e8e71
@@ -1596,7 +1596,7 @@ std::string Peep::GetName() const
|
||||
{
|
||||
Formatter ft;
|
||||
FormatNameTo(ft);
|
||||
return format_string(STR_STRINGID, ft.Data());
|
||||
return FormatStringID(STR_STRINGID, ft.Data());
|
||||
}
|
||||
|
||||
bool Peep::SetName(std::string_view value)
|
||||
|
||||
Reference in New Issue
Block a user