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

poprawki 2

This commit is contained in:
maciek001
2017-02-20 17:55:56 +01:00
parent 540c6ad28e
commit 420428ce9b
2 changed files with 7 additions and 7 deletions

View File

@@ -2848,10 +2848,10 @@ bool TTrain::Update( double const Deltatime )
Console::ValueSet(1, mvOccupied->PipePress); // przewód główny
Console::ValueSet(2, mvOccupied->BrakePress); // cylinder hamulcowy
Console::ValueSet(3, fHVoltage); // woltomierz wysokiego napięcia
Console::ValueSet(4, fHCurrent[3]); // drugi amperomierz 3
Console::ValueSet(4, fHCurrent[2]); // drugi amperomierz 2
Console::ValueSet(5, fHCurrent[(mvControlled->TrainType & dt_EZT) ? 0 : 1]); // pierwszy amperomierz; dla EZT prąd całkowity
Console::ValueSet(6, fTachoVelocity);
Console::ValueSet(6, fHCurrent[3]); // drugi amperomierz 3
Console::ValueSet(5, fHCurrent[2]); // drugi amperomierz 2
Console::ValueSet(4, fHCurrent[(mvControlled->TrainType & dt_EZT) ? 0 : 1]); // pierwszy amperomierz; dla EZT prąd całkowity
Console::ValueSet(7, fTachoVelocity);
}
// hunter-080812: wyrzucanie szybkiego na elektrykach gdy nie ma napiecia