ATC Dimetronic: mode switch
This commit is contained in:
parent
0d696fb381
commit
b95775e6c9
3 changed files with 34 additions and 5 deletions
|
@ -30,6 +30,7 @@ namespace OpenbveFcmbTrainPlugin
|
|||
internal int AtcBombardierBlinkTime = 500;
|
||||
|
||||
internal int AtcDimetronicYardSpeedLimit = 25;
|
||||
internal bool AtcDimetronicAtoAvailable;
|
||||
}
|
||||
|
||||
/// <summary>Represents the plugin settings.</summary>
|
||||
|
@ -202,6 +203,9 @@ namespace OpenbveFcmbTrainPlugin
|
|||
}
|
||||
}
|
||||
break;
|
||||
case "atoavailable":
|
||||
PluginSettings.AtcDimetronicAtoAvailable = string.Compare(Value, "false", StringComparison.OrdinalIgnoreCase) != 0;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue