mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Close #13625: Refactor TOOL_IDX to use strong enum
This commit is contained in:
@@ -331,7 +331,7 @@ static void window_title_command_editor_mouseup(rct_window* w, rct_widgetindex w
|
||||
case WIDX_SELECT_SPRITE:
|
||||
if (!sprite_selector_tool_is_active())
|
||||
{
|
||||
tool_set(w, WIDX_BACKGROUND, TOOL_CROSSHAIR);
|
||||
tool_set(w, WIDX_BACKGROUND, Tool::Crosshair);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user