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

Fix #11063: Exchange hack for call to update_scroll (#11178)

This commit is contained in:
jeysbach
2020-03-31 16:03:14 +02:00
committed by GitHub
parent 41bf6def69
commit e9611ffaff
2 changed files with 2 additions and 2 deletions

View File

@@ -705,8 +705,7 @@ static void window_scenery_mousedown(rct_window* w, rct_widgetindex widgetIndex,
w->Invalidate();
gSceneryPlaceCost = MONEY32_UNDEFINED;
// HACK: for 3210 Ensures that window_scenery_update_scroll gets called one time
w->max_height = 60;
window_scenery_update_scroll(w);
}
}