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:
committed by
Aaron van Geffen
parent
55835456a0
commit
6ae5645686
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user