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:
committed by
GitHub
parent
2dc98e6370
commit
8f29810e04
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user