mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +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:
@@ -580,7 +580,7 @@ static void window_title_command_editor_update(rct_window* w)
|
||||
static void window_title_command_editor_tool_down(
|
||||
rct_window* w, rct_widgetindex widgetIndex, const ScreenCoordsXY& screenCoords)
|
||||
{
|
||||
auto info = viewport_interaction_get_item_left(screenCoords);
|
||||
auto info = ViewportInteractionGetItemLeft(screenCoords);
|
||||
|
||||
if (info.SpriteType == VIEWPORT_INTERACTION_ITEM_SPRITE)
|
||||
{
|
||||
@@ -641,7 +641,7 @@ static void window_title_command_editor_tool_down(
|
||||
|
||||
static void window_title_command_editor_invalidate(rct_window* w)
|
||||
{
|
||||
colour_scheme_update_by_class(w, WC_TITLE_EDITOR);
|
||||
ColourSchemeUpdateByClass(w, WC_TITLE_EDITOR);
|
||||
|
||||
window_title_command_editor_widgets[WIDX_TEXTBOX_FULL].type = WWT_EMPTY;
|
||||
window_title_command_editor_widgets[WIDX_TEXTBOX_X].type = WWT_EMPTY;
|
||||
|
||||
Reference in New Issue
Block a user