mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Rename global window functions to TitleCase (#19167)
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
|
||||
rct_window* WindowErrorOpen(std::string_view title, std::string_view message)
|
||||
{
|
||||
window_close_by_class(WindowClass::Error);
|
||||
WindowCloseByClass(WindowClass::Error);
|
||||
|
||||
std::string buffer = "{BLACK}";
|
||||
buffer.append(title);
|
||||
|
||||
Reference in New Issue
Block a user