mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 210508. spring brake sound support, internaldata sounds update fix, minor bug fixes
This commit is contained in:
@@ -2709,10 +2709,11 @@ bool TController::PrepareEngine()
|
||||
cue_action( locale::string::driver_hint_pantographcompressoroff ); // sprężarkę pantografów można już wyłączyć
|
||||
}
|
||||
}
|
||||
// TODO: make pantograph setup a part of control_pantographs() and call it here instead
|
||||
if( ( fOverhead2 == -1.0 ) && ( iOverheadDown == 0 ) ) {
|
||||
cue_action( locale::string::driver_hint_pantographsvalveon );
|
||||
cue_action( locale::string::driver_hint_frontpantographvalveon );
|
||||
cue_action( locale::string::driver_hint_rearpantographvalveon );
|
||||
cue_action( locale::string::driver_hint_frontpantographvalveon, ( iDirection >= 0 ? 5 : 0 ) );
|
||||
cue_action( locale::string::driver_hint_rearpantographvalveon, ( iDirection >= 0 ? 0 : 5 ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user