mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Fix S4 import of music
This commit is contained in:
@@ -845,7 +845,7 @@ private:
|
||||
dst->lift_hill_speed = 5;
|
||||
|
||||
dst->music = OBJECT_ENTRY_INDEX_NULL;
|
||||
if (!GetRideTypeDescriptor(dst->type).HasFlag(RIDE_TYPE_FLAG_ALLOW_MUSIC))
|
||||
if (GetRideTypeDescriptor(dst->type).HasFlag(RIDE_TYPE_FLAG_ALLOW_MUSIC))
|
||||
{
|
||||
if (_gameVersion == FILE_VERSION_RCT1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user