Skip to content

Commit 1fdfe7f

Browse files
committed
correct minor error
1 parent f90a98b commit 1fdfe7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Formats.Msts/SoundManagmentFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public VolumeCurve(STFReader stf)
218218
case "variable3_1controlled": Control = Controls.Variable3_1Controlled; break;
219219
case "variable4_1controlled": Control = Controls.Variable4_1Controlled; break;
220220
case "variable2controlled": Control = Controls.Variable2Controlled; break;
221-
case "variable2BoosterControlled": Control = Controls.Variable2BoosterControlled; break;
221+
case "variable2boostercontrolled": Control = Controls.Variable2BoosterControlled; break;
222222
case "variable3controlled": Control = Controls.Variable3Controlled; break;
223223
case "brakecylcontrolled": Control = Controls.BrakeCylControlled; break;
224224
case "curveforcecontrolled": Control = Controls.CurveForceControlled; break;

0 commit comments

Comments
 (0)