build 190419. radio message volume, drag calculation enhancement, ai acceleration logic tweak, event duplicate scanning fix

This commit is contained in:
tmj-fstate
2019-04-19 20:29:00 +02:00
parent f0e0cbf6f7
commit 111026f700
8 changed files with 40 additions and 9 deletions

View File

@@ -6537,7 +6537,7 @@ void TTrain::update_sounds_radio() {
auto const volume {
( true == radioenabled )
&& ( message.first == iRadioChannel ) ?
1.0 :
Global.RadioVolume :
0.0 };
message.second->gain( volume );
}