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

build 180419. radiator fan sounds, radiator shutters submodels, minor enhancements and bug fixes

This commit is contained in:
tmj-fstate
2018-04-19 23:17:56 +02:00
parent ab17f5a4f4
commit 6349a13425
8 changed files with 102 additions and 67 deletions

View File

@@ -7800,8 +7800,9 @@ void TMoverParameters::LoadFIZ_Brake( std::string const &line ) {
DeltaPipePress = HighPipePress - LowPipePress;
extract_value( VeselVolume, "Vv", line, "" );
/*
if( VeselVolume == 0.0 ) { VeselVolume = 0.01; }
*/
extract_value( MinCompressor, "MinCP", line, "" );
extract_value( MaxCompressor, "MaxCP", line, "" );
extract_value( CompressorSpeed, "CompressorSpeed", line, "" );