mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
add missing curly bracket
This commit is contained in:
@@ -450,7 +450,7 @@ static void window_title_command_editor_textinput(rct_window * w, rct_widgetinde
|
||||
switch (widgetIndex) {
|
||||
case WIDX_TEXTBOX_FULL:
|
||||
if (text == NULL) {
|
||||
if (*end == '\0')
|
||||
if (*end == '\0') {
|
||||
if (command.Type == TITLE_SCRIPT_WAIT) {
|
||||
if (value < 100) value = 100;
|
||||
if (value > 65000) value = 65000;
|
||||
|
||||
Reference in New Issue
Block a user