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

Fix turbo sound

This commit is contained in:
2025-01-07 22:06:54 +01:00
parent 848f57d817
commit bb2894d86c
2 changed files with 1 additions and 2 deletions

View File

@@ -9308,7 +9308,6 @@ bool TMoverParameters::readWWList( std::string const &line ) {
SST[ idx ].Pmin = std::sqrt( std::pow( SST[ idx ].Umin, 2 ) / 47.6 );
SST[ idx ].Pmax = std::min( SST[ idx ].Pmax, std::pow( SST[ idx ].Umax, 2 ) / 47.6 );
}
return true;
}