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

Merge "new version" window back to changelog

This commit is contained in:
Michał Janiszewski
2020-08-13 22:57:14 +02:00
committed by Aaron van Geffen
parent ddee3c0e46
commit 6dd67296a4
8 changed files with 126 additions and 338 deletions

View File

@@ -180,7 +180,7 @@ static void window_title_menu_mouseup(rct_window* w, rct_widgetindex widgetIndex
}
break;
case WIDX_NEW_VERSION:
context_open_window(WC_NEW_VERSION);
context_open_window_view(WV_NEW_VERSION_INFO);
break;
}
}