mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
New brake operation mode PNEP
This commit is contained in:
@@ -10044,6 +10044,7 @@ void TMoverParameters::LoadFIZ_Cntrl( std::string const &line ) {
|
||||
{
|
||||
std::map<std::string, int> brakeopmodes{
|
||||
{ "PN", bom_PS + bom_PN },
|
||||
{ "PNEP", bom_PS + bom_PN + bom_EP },
|
||||
{ "PNEPMED", bom_PS + bom_PN + bom_EP + bom_MED }
|
||||
};
|
||||
auto lookup = brakeopmodes.find( extract_value( "BrakeOpModes", line ) );
|
||||
|
||||
Reference in New Issue
Block a user