1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Fix #5895: Publisher credits window scrolls too far

This commit is contained in:
Gymnasiast
2017-07-15 14:26:01 +02:00
parent 1e71618921
commit 587d354717

View File

@@ -119,7 +119,7 @@ static void window_publisher_credits_mouseup(rct_window *w, rct_widgetindex widg
*/
static void window_publisher_credits_scrollgetsize(rct_window *w, sint32 scrollIndex, sint32 *width, sint32 *height)
{
*height = 820;
*height = 350;
}
/**