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

minor ui and ai logic tweaks, tachometer sound fix

This commit is contained in:
tmj-fstate
2018-06-17 02:32:55 +02:00
parent 14448d70d1
commit 66184922c1
3 changed files with 32 additions and 37 deletions

View File

@@ -5645,7 +5645,7 @@ TTrain::update_sounds( double const Deltatime ) {
m_radiostop.stop();
}
if( fTachoCount > 3.f ) {
if( fTachoCount >= 3.f ) {
auto const frequency { (
true == dsbHasler.is_combined() ?
fTachoVelocity * 0.01 :