From 587d3547175995ea68b643770e2473d1309d544f Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sat, 15 Jul 2017 14:26:01 +0200 Subject: [PATCH] Fix #5895: Publisher credits window scrolls too far --- src/openrct2/windows/publisher_credits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/windows/publisher_credits.c b/src/openrct2/windows/publisher_credits.c index 7f33675d64..cec4499d83 100644 --- a/src/openrct2/windows/publisher_credits.c +++ b/src/openrct2/windows/publisher_credits.c @@ -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; } /**