mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Unlock all music with 'Unlock operating limits' cheat
This commit is contained in:
@@ -5029,7 +5029,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user