mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
Załatanie dziury w kranie hamulca
This commit is contained in:
@@ -7210,7 +7210,7 @@ bool TMoverParameters::CheckLocomotiveParameters(bool ReadyFlag, int Dir)
|
||||
// to dac potem do init
|
||||
if (ReadyFlag) // gotowy do drogi
|
||||
{
|
||||
// WriteLog("Ready to depart");
|
||||
WriteLog("Ready to depart");
|
||||
CompressedVolume = VeselVolume * MinCompressor * (9.8) / 10;
|
||||
ScndPipePress = CompressedVolume / VeselVolume;
|
||||
PipePress = CntrlPipePress;
|
||||
@@ -7225,7 +7225,7 @@ bool TMoverParameters::CheckLocomotiveParameters(bool ReadyFlag, int Dir)
|
||||
}
|
||||
else
|
||||
{ // zahamowany}
|
||||
WriteLog("Bracked");
|
||||
WriteLog("Braked");
|
||||
Volume = BrakeVVolume * MaxBrakePress[3];
|
||||
CompressedVolume = VeselVolume * MinCompressor * 0.55;
|
||||
ScndPipePress = 5.1;
|
||||
|
||||
Reference in New Issue
Block a user