mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Fix #24589: Ride's music tab doesn't redraw in multiplayer
Trigger an invalidation of the window when actually executing the command.
This commit is contained in:
committed by
GitHub
parent
4bbb5c4c61
commit
cf72933aa5
@@ -14,6 +14,7 @@
|
||||
- Fix: [#24456] Zoomed out vehicles on the ride window tab can sometimes draw incorrectly.
|
||||
- Fix: [#24458] Vehicles in the ride window vehicle tab are offset differently than vanilla RCT2, and the sprites are cut off at the bottom.
|
||||
- Fix: [#24576] It is possible to edit open rides in certain circumstances.
|
||||
- Fix: [#24589] Music tab doesn’t fully render in multiplayer.
|
||||
- Fix: [#24615] Blank strings in Windows installer.
|
||||
|
||||
0.4.23 (2025-06-07)
|
||||
|
||||
@@ -215,6 +215,7 @@ GameActions::Result RideSetSettingAction::Execute() const
|
||||
{
|
||||
ride->lifecycleFlags |= RIDE_LIFECYCLE_MUSIC;
|
||||
}
|
||||
ride->windowInvalidateFlags |= RIDE_INVALIDATE_RIDE_MUSIC;
|
||||
break;
|
||||
case RideSetSetting::MusicType:
|
||||
if (_value != ride->music)
|
||||
|
||||
Reference in New Issue
Block a user