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

ai departure logic tweak, minor bug fixes

This commit is contained in:
tmj-fstate
2019-11-07 00:30:00 +01:00
parent a74402804d
commit 71098a7254
5 changed files with 27 additions and 19 deletions

View File

@@ -8363,6 +8363,8 @@ void TTrain::set_cab_controls( int const Cab ) {
1.f :
0.f );
}
// radio
ggRadioVolumeSelector.PutValue( Global.RadioVolume );
// we reset all indicators, as they're set during the update pass
// TODO: when cleaning up break setting indicator state into a separate function, so we can reuse it