mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Fix: artifacts when changing ride type as client or using the in-game console (#9202)
This commit is contained in:
@@ -2435,7 +2435,6 @@ static void window_ride_main_dropdown(rct_window* w, rct_widgetindex widgetIndex
|
||||
{
|
||||
set_operating_setting(w->number, RideSetSetting::RideType, rideType);
|
||||
}
|
||||
window_invalidate_all();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -243,6 +243,7 @@ public:
|
||||
break;
|
||||
case RideSetSetting::RideType:
|
||||
ride->type = _value;
|
||||
gfx_invalidate_screen();
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user