1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Merge pull request #793 from adrian17/develop

Fix map window scrollbars not being initialized properly; fixes #478.
This commit is contained in:
Ted John
2015-02-13 20:58:20 +00:00

View File

@@ -695,7 +695,7 @@ static void sub_68C990()
w_map->scrolls[0].h_left = cx;
w_map->scrolls[0].v_top = dx;
widget_scroll_update_thumbs(w, WIDX_MAP);
widget_scroll_update_thumbs(w_map, WIDX_MAP);
}
/**