1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Show update information on main screen & in floppy menu

This commit is contained in:
Michał Janiszewski
2020-08-02 23:38:00 +02:00
committed by Aaron van Geffen
parent 55835456a0
commit 6ae5645686
5 changed files with 56 additions and 23 deletions

View File

@@ -1629,7 +1629,7 @@ void window_resize_gui(int32_t width, int32_t height)
if (titleWind != nullptr)
{
titleWind->windowPos.x = (width - titleWind->width) / 2;
titleWind->windowPos.y = height - 154;
titleWind->windowPos.y = height - 182;
}
rct_window* exitWind = window_find_by_class(WC_TITLE_EXIT);