mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Blinking door permition signal lights
This commit is contained in:
@@ -102,8 +102,9 @@ TController::cue_action( locale::string const Action, float const Actionparamete
|
||||
}
|
||||
// battery
|
||||
case locale::string::driver_hint_cabactivation: {
|
||||
if (AIControllFlag) {
|
||||
if (AIControllFlag && mvOccupied->Power24vIsAvailable) {
|
||||
mvOccupied->CabActivisation();
|
||||
CheckVehicles();
|
||||
}
|
||||
remove_hint( locale::string::driver_hint_cabdeactivation );
|
||||
hint(
|
||||
|
||||
Reference in New Issue
Block a user