Close #14511: Unlock all music with 'Unlock operating limits' cheat

This commit is contained in:
Michael Steenbeek 2021-05-27 22:38:35 +02:00 committed by GitHub
parent 4be838a9b8
commit e5c61f2a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
- Fix: [#14682] Crash when painting Swinging Ships with invalid subtype.
- Fix: [#14707] Crash when window is closed during text input.
- Fix: [#14710] Ride/Track Design preview does not show if it costs more money than available.
- Improved: [#14511] “Unlock operating limits” cheat now also unlocks all music.
- Improved: [#14712, #14716]: Improve startup times.
0.3.3 (2021-03-13)

View File

@ -5031,7 +5031,7 @@ static void window_ride_music_mousedown(rct_window* w, rct_widgetindex widgetInd
}
}
if (musicObj->SupportsRideType(ride->type))
if (gCheatsFastLiftHill || musicObj->SupportsRideType(ride->type))
{
musicOrder.push_back(i);
}