1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Refactor MusicCredits

This commit is contained in:
Aaron van Geffen
2020-07-30 21:51:03 +02:00
parent 24fc4119c9
commit 240e45d62d

View File

@@ -27,7 +27,7 @@ enum WINDOW_MUSIC_CREDITS_WIDGET_IDX {
static rct_widget window_music_credits_widgets[] = {
WINDOW_SHIM(WINDOW_TITLE, WW, WH),
{ WWT_SCROLL, 0, 4, 505, 18, 309, SCROLL_VERTICAL, STR_NONE }, // scroll
MakeWidget({4, 18}, {502, 292}, WWT_SCROLL, 0, SCROLL_VERTICAL), // scroll
{ WIDGETS_END },
};