diff --git a/src/openrct2/ride/Vehicle.cpp b/src/openrct2/ride/Vehicle.cpp index b0702538df..568181b484 100644 --- a/src/openrct2/ride/Vehicle.cpp +++ b/src/openrct2/ride/Vehicle.cpp @@ -1032,6 +1032,7 @@ static bool IsSpecialFrequencySound(SoundId id) switch (id) { case SoundId::TrackFrictionBM: + case SoundId::TrackFrictionRMC: return true; default: return false;