1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

fix initial directory issue on loadsave and sort items

This commit is contained in:
IntelOrca
2015-02-15 15:35:30 +00:00
parent 6127401a98
commit 524ae55052
2 changed files with 28 additions and 8 deletions

View File

@@ -827,8 +827,6 @@ void window_init_scroll_widgets(rct_window *w)
*/
void window_update_scroll_widgets(rct_window *w)
{
// RCT2_CALLPROC_X(0x006EAE4E, 0, 0, 0, 0, (int)w, 0, 0);
int widgetIndex, scrollIndex, width, height, scrollPositionChanged;
rct_scroll *scroll;
rct_widget *widget;