16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

Revert "Improve pantograph selector"

This reverts commit 13d9a91632.
This commit is contained in:
2024-09-10 23:04:17 +02:00
parent 9339c1b8ae
commit f9d04f7397
4 changed files with 1 additions and 11 deletions

View File

@@ -1205,7 +1205,6 @@ public:
bool UniCtrlIntegratedLocalBrakeCtrl = false; /*zintegrowany nastawnik JH obsluguje hamowanie hamulcem pomocniczym*/
int UniCtrlNoPowerPos{ 0 }; // cached highesr position not generating traction force
std::pair<std::string, std::array<int, 2>> PantsPreset { "0132", { 0, 0 } }; // pantograph preset switches; .first holds possible setups as chars, .second holds currently selected preset in each cab
int PantsPresetDefault = 0; // default pantograph preset, this is not updated during simulation
/*-sekcja parametrow dla lokomotywy elektrycznej*/
TSchemeTable RList; /*lista rezystorow rozruchowych i polaczen silnikow, dla dizla: napelnienia*/

View File

@@ -11100,7 +11100,6 @@ void TMoverParameters::LoadFIZ_Switches( std::string const &Input ) {
std::remove( std::begin( presets ), std::end( presets ), '|' ),
std::end( presets ) );
}
extract_value( PantsPresetDefault, "PantographPresetDefault", Input, "" );
}
void TMoverParameters::LoadFIZ_MotorParamTable( std::string const &Input ) {