16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 06:29:18 +02:00

Merge branch 'master' of https://github.com/Xoov/maszyna into milek-dev

This commit is contained in:
milek7
2019-03-23 12:41:34 +01:00
5 changed files with 51 additions and 1 deletions

View File

@@ -5000,6 +5000,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
}
}