1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Move RideData4 to RideTypeDescriptors (#11939)

This commit is contained in:
Michael Steenbeek
2020-06-13 12:29:00 +02:00
committed by GitHub
parent 2dc98e6370
commit 8f29810e04
85 changed files with 173 additions and 107 deletions

View File

@@ -838,7 +838,7 @@ private:
if (_gameVersion == FILE_VERSION_RCT1)
{
// Original RCT had no music settings, take default style
dst->music = RideData4[dst->type].default_music;
dst->music = RideTypeDescriptors[dst->type].DefaultMusic;
// Only merry-go-round and dodgems had music and used
// the same flag as synchronise stations for the option to enable it