mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 23:49:18 +02:00
electro-pneumatic brake operation ai logic tweak, pantograph compressor valve state commands, automatic material update switch, train lights state readout for python scripts, minor bug fixes
This commit is contained in:
@@ -1442,7 +1442,7 @@ TDynamicObject::couple( int const Side ) {
|
||||
auto const &coupler { MoverParameters->Couplers[ Side ] };
|
||||
auto *othervehicle { neighbour.vehicle };
|
||||
auto *othervehicleparams{ othervehicle->MoverParameters };
|
||||
auto const &othercoupler { othervehicleparams->Couplers[ Side ] };
|
||||
auto const &othercoupler { othervehicleparams->Couplers[ neighbour.vehicle_end ] };
|
||||
|
||||
if( coupler.CouplingFlag == coupling::faux ) {
|
||||
// najpierw hak
|
||||
|
||||
Reference in New Issue
Block a user