Skip to content

Commit

Permalink
Update to or_nospeedupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Roeterdink committed Nov 16, 2023
1 parent 815bc18 commit 43341cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Orts.Formats.Msts/SignalConfigurationFile.cs
Expand Up @@ -1102,7 +1102,7 @@ public SignalAspect(STFReader stf)
switch (stf.ReadString().ToLower())
{
case "asap": Asap = true; break;
case "nospeedupdate": NoSpeedUpdate = true; break;
case "or_nospeedupdate": NoSpeedUpdate = true; break;
case "or_speedreset": Reset = true; break;
case "or_nospeedreduction": NoSpeedReduction = true; break;
default: stf.StepBackOneItem(); STFException.TraceInformation(stf, "Skipped unknown DrawLight flag " + stf.ReadString()); break;
Expand Down

0 comments on commit 43341cf

Please sign in to comment.