mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Enforce not breaking before assignments and function names
Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>
This commit is contained in:
committed by
Hielke Morsink
parent
9bfa8bdbe8
commit
95ce592579
@@ -244,8 +244,8 @@ void window_title_command_editor_open(TitleSequence* sequence, int32_t index, bo
|
||||
if (window_find_by_class(WC_TITLE_COMMAND_EDITOR) != nullptr)
|
||||
return;
|
||||
|
||||
rct_window* window
|
||||
= window_create_centred(WW, WH, &window_title_command_editor_events, WC_TITLE_COMMAND_EDITOR, WF_STICK_TO_FRONT);
|
||||
rct_window* window = window_create_centred(
|
||||
WW, WH, &window_title_command_editor_events, WC_TITLE_COMMAND_EDITOR, WF_STICK_TO_FRONT);
|
||||
window_title_command_editor_widgets[WIDX_TEXTBOX_FULL].string = textbox1Buffer;
|
||||
window_title_command_editor_widgets[WIDX_TEXTBOX_X].string = textbox1Buffer;
|
||||
window_title_command_editor_widgets[WIDX_TEXTBOX_Y].string = textbox2Buffer;
|
||||
|
||||
Reference in New Issue
Block a user