1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Fix formatting and errors

This commit is contained in:
Gymnasiast
2020-05-05 22:50:31 +02:00
parent 43556d2dec
commit 00461aedf3
9 changed files with 21 additions and 78 deletions

View File

@@ -42,8 +42,6 @@ static rct_widget window_track_manage_widgets[] = {
};
static rct_widget window_track_delete_prompt_widgets[] = {
{ WWT_FRAME, 0, 0, 249, 0, 73, STR_NONE, STR_NONE },
{ WWT_CAPTION, 0, 1, 248, 1, 14, STR_DELETE_FILE, STR_WINDOW_TITLE_TIP },
{ WINDOW_SKELETON(WINDOW_TITLE, WW, WH) },
{ WWT_BUTTON, 0, 10, 119, 54, 65, STR_TRACK_MANAGE_DELETE, STR_NONE },
{ WWT_BUTTON, 0, 130, 239, 54, 65, STR_CANCEL, STR_NONE },