mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 03:35:09 +01:00
Refactor UI/Interface misc to TitleCase (#13354)
* Refactor LandTool to Namespace * Refactor Theme to TitleCase * Refactor ViewportInteraction to TitleCase
This commit is contained in:
@@ -307,7 +307,7 @@ static void window_server_start_textinput(rct_window* w, rct_widgetindex widgetI
|
||||
|
||||
static void window_server_start_invalidate(rct_window* w)
|
||||
{
|
||||
colour_scheme_update_by_class(w, WC_SERVER_LIST);
|
||||
ColourSchemeUpdateByClass(w, WC_SERVER_LIST);
|
||||
|
||||
widget_set_checkbox_value(w, WIDX_ADVERTISE_CHECKBOX, gConfigNetwork.advertise);
|
||||
auto ft = Formatter::Common();
|
||||
|
||||
Reference in New Issue
Block a user