mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +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
@@ -163,7 +163,7 @@ rct_window* WindowErrorOpen(std::string_view title, std::string_view message)
|
||||
|
||||
rct_window* WindowErrorOpen(StringId title, StringId message, const Formatter& args)
|
||||
{
|
||||
auto titlez = format_string(title, args.Data());
|
||||
auto messagez = format_string(message, args.Data());
|
||||
auto titlez = FormatStringID(title, args.Data());
|
||||
auto messagez = FormatStringID(message, args.Data());
|
||||
return WindowErrorOpen(titlez, messagez);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user