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

load exchange ai logic tweaks, minor bug fixes

This commit is contained in:
tmj-fstate
2021-05-03 02:02:16 +02:00
parent 8f02ae26c4
commit 750e9a21a6
6 changed files with 56 additions and 41 deletions

View File

@@ -723,7 +723,7 @@ TController::cue_action( locale::string const Action, float const Actionparamete
hint(
Action,
[this](float const Parameter) -> bool {
return ( mvPantographUnit->PantPress >= 4.2 ); } );
return ( mvPantographUnit->PantPress >= ( is_emu() ? ( mvPantographUnit->PantPressLockActive ? 4.6 : 2.6 ) : 4.2 ) ); } );
break;
}
case locale::string::driver_hint_waitloadexchange: {