1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Add RMC friction as special friction sound

This commit is contained in:
Ted John
2022-10-15 12:56:08 +01:00
committed by Gymnasiast
parent 4328860273
commit a136cf79ca

View File

@@ -1032,6 +1032,7 @@ static bool IsSpecialFrequencySound(SoundId id)
switch (id)
{
case SoundId::TrackFrictionBM:
case SoundId::TrackFrictionRMC:
return true;
default:
return false;