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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user