mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
build 210426. announcements soundproofing, releaser control logic tweak, minor bug fixes
This commit is contained in:
@@ -938,7 +938,7 @@ TController::cue_action( locale::string const Action, float const Actionparamete
|
||||
hint(
|
||||
Action,
|
||||
[this](float const Parameter) -> bool {
|
||||
return ( ( mvControlling->Sand == 0 ) || ( mvControlling->SandDose == true ) ); } );
|
||||
return ( ( mvControlling->Sand == 0 ) || ( mvControlling->SandDose == true ) || ( mvControlling->SlippingWheels == false ) ); } );
|
||||
break;
|
||||
}
|
||||
case locale::string::driver_hint_sandingoff: {
|
||||
|
||||
Reference in New Issue
Block a user