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

Merge branch 'milek-dev' into gfx-work

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

View File

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