1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix #19839: Game freezes on protected rides tab (#19840)

This commit is contained in:
Hielke Morsink
2023-04-06 07:33:29 +02:00
committed by GitHub
parent ee6746373e
commit b4beb0c69f

View File

@@ -254,7 +254,7 @@ public:
{
if (page == WINDOW_EDITOR_OBJECTIVE_OPTIONS_PAGE_RIDES)
{
OnScrollMouseOver(scrollIndex, screenCoords);
OnScrollMouseOverRides(scrollIndex, screenCoords);
}
}
@@ -262,7 +262,7 @@ public:
{
if (page == WINDOW_EDITOR_OBJECTIVE_OPTIONS_PAGE_RIDES)
{
OnScrollDraw(scrollIndex, dpi);
OnScrollDrawRides(&dpi, scrollIndex);
}
}