mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Close #13625: Refactor TOOL_IDX to use strong enum
This commit is contained in:
@@ -146,7 +146,7 @@ rct_window* window_track_place_open(const track_design_file_ref* tdFileRef)
|
||||
w->widgets = window_track_place_widgets;
|
||||
w->enabled_widgets = 1 << WIDX_CLOSE | 1 << WIDX_ROTATE | 1 << WIDX_MIRROR | 1 << WIDX_SELECT_DIFFERENT_DESIGN;
|
||||
WindowInitScrollWidgets(w);
|
||||
tool_set(w, WIDX_PRICE, TOOL_CROSSHAIR);
|
||||
tool_set(w, WIDX_PRICE, Tool::Crosshair);
|
||||
input_set_flag(INPUT_FLAG_6, true);
|
||||
window_push_others_right(w);
|
||||
show_gridlines();
|
||||
|
||||
Reference in New Issue
Block a user