1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00

add RCT1 title sequence

This commit is contained in:
IntelOrca
2016-01-01 16:30:18 +00:00
parent f2c5ce32f2
commit 82b05950ff
10 changed files with 877 additions and 152 deletions

View File

@@ -996,15 +996,14 @@ static void window_options_mousedown(int widgetIndex, rct_window*w, rct_widget*
gDropdownItemsArgs[i] = (uint32)&gConfigTitleSequences.presets[i].name;
}
window_dropdown_show_text_custom_width(
window_dropdown_show_text(
w->x + widget->left,
w->y + widget->top,
widget->bottom - widget->top + 1,
w->colours[1],
DROPDOWN_FLAG_STAY_OPEN,
num_items,
widget->right - widget->left - 3
);
num_items
);
dropdown_set_checked(gCurrentPreviewTitleSequence, true);
break;