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:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user