Skip to content

Commit 5c78967

Browse files
committed
adjuts parameter name
1 parent bab8b3e commit 5c78967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Formats.Msts/SoundManagmentFile.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public VolumeCurve(STFReader stf)
270270
case "angleofattackcontrolled": Control = Controls.AngleofAttackControlled; break;
271271
case "carfrictioncontrolled": Control = Controls.CarFrictionControlled; break;
272272
case "wheelrpmcontrolled": Control = Controls.WheelRpMControlled; break;
273-
case "distancetrackcontrolled": Control = Controls.CarDistanceTrackControlled; break;
273+
case "cardistancetrackcontrolled": Control = Controls.CarDistanceTrackControlled; break;
274274
default: STFException.TraceWarning(stf, "Crash expected: Skipped unknown VolumeCurve/Frequencycurve type " + type); stf.SkipRestOfBlock(); return;
275275
}
276276
stf.ParseBlock(new STFReader.TokenProcessor[] {

0 commit comments

Comments
 (0)