Fix for AI decoupling old Knorr/West locomotives

This commit is contained in:
Królik Uszasty
2019-03-23 08:52:47 +01:00
committed by tmj-fstate
parent ae5daac939
commit 916a611c8d
2 changed files with 7 additions and 0 deletions

View File

@@ -5002,6 +5002,7 @@ TController::UpdateSituation(double dt) {
TableClear(); // skanowanie od nowa
iDrivigFlags &= ~moveStartHorn; // bez trąbienia przed ruszeniem
SetVelocity(fShuntVelocity, fShuntVelocity); // ustawienie prędkości jazdy
mvOccupied->BrakeReleaser(0); // wyłączyć luzowanie
}
}